@extends('layouts.app')
@section('title')
{{ __('messages.death_report.death_reports') }}
@endsection
@section('css')
@endsection
@section('content')
@include('flash::message')
@include('death_reports.table')
@include('death_reports.templates.templates')
@include('death_reports.create_modal')
@include('death_reports.edit_modal')
@endsection
@section('page_scripts')
@endsection
@section('scripts')
@endsection