@extends('layouts.app') @section('title') {{ __('messages.investigation_report.investigation_reports') }} @endsection @section('css') {{-- --}} @endsection @section('content')
@include('flash::message') {{Form::hidden('investigationReportUrl',url('investigation-reports'),['id'=>'indexInvestigationReportUrl'])}} {{ Form::hidden('investigationReportLang', __('messages.delete.investigation_report'), ['id' => 'investigationReportLang']) }} @include('partials.page.templates.templates')
@endsection {{--let investigationReportUrl = "{{url('investigation-reports')}}"--}} {{--let patientUrl = "{{ url('patients') }}";--}} {{--let doctorUrl = "{{ url('doctors') }}";--}} {{--let downloadDocumentUrl = "{{ url('investigation-download') }}";--}} {{-- --}} {{-- --}}