@extends('layouts.app') @section('title') {{__('Print medical report')}} @endsection @section('css') @endsection @section('breadcrumb')

{{__('Medical reports')}}

@endsection @section('content') @can('view_medical_report')
{{__('Previous')}} {{__('Next')}}
@endcan @can('view_medical_report')
{{__('Previous')}} {{__('Next')}}
@endcan @include('admin.medical_reports._patient_modal') @endsection @section('scripts') @endsection