@extends('frontend.layouts.app') @section('content')
@isset($site->image) Images @else
No Image Found !
@endisset
  • @isset($site->location) {{ $site->location }} @else Not Found @endisset
  • {{ $site->study_indications }}

{{ $site->name }}

{!! $site->description !!}
@endsection