@extends('layouts.app') @section('title') {{ __('messages.death_report.death_reports') }} @endsection @section('css') {{-- --}} @endsection @section('content')
@include('flash::message') {{Form::hidden('deathReportUrl',url('death-reports'),['class'=>'deathReportUrl'])}} {{ Form::hidden('deathReportLang', __('messages.death_reports'), ['id' => 'deathReportLang']) }} @include('death_reports.templates.templates') @include('death_reports.create_modal') @include('death_reports.edit_modal')
@endsection {{-- --}} {{--let deathReportUrl = "{{ url('death-reports') }}"--}} {{--let deathReportCreateUrl = "{{ route('death-reports.store') }}"--}} {{--let patientUrl = "{{ url('patients') }}"--}} {{--let doctorUrl = "{{ url('doctors') }}";--}} {{--let caseUrl = "{{ url('patient-cases') }}";--}} {{-- --}} {{-- --}} {{-- --}}