{{ __('Dashboard') }}

@foreach($studies as $study) @endforeach
ID Accession Number Patient ID Patient Name Patient Sex Patient Birth Date Study Date Receive Date Institute Name
{{ $study->id }} {{ $study->accession_number }} {{ $study->patient_id }} {{ $study->patient_name }} {{ $study->patient_sex }} {{ $study->patient_birthdate }} {{ $study->study_date }} {{ $study->receive_date }} {{ $study->institution_name }}
{!! $studies->links() !!}