@extends('frontend.layouts.app') @section('content')
Our Sites

Check Our Recent Sites

@foreach ($sites as $data)

{{ $data->name }}

  • @isset($data->location) {{ $data->location }} @else Not Found @endisset
  • {{ $data->study_indications }}
Learn More
@endforeach
{{ $sites->links() }}
@endsection