@extends('layouts.app') @section('title') {{ __('messages.death_report.death_report_details')}} @endsection @section('header_toolbar')

{{ __('messages.death_report.death_report_details') }}

@endsection @section('content')
@include('flash::message')
{{Form::hidden('deathReportUrl',url('death-reports'),['class'=>'deathReportUrl'])}}
@include('death_reports.show_fields') @include('death_reports.edit_modal')
@endsection {{-- --}} {{-- let deathReportUrl = "{{ url('death-reports') }}"--}} {{-- --}}