@extends('layouts.app')
@section('title')
{{ __('messages.birth_report.birth_reports') }}
@endsection
@section('css')
{{-- --}}
@endsection
@section('content')
@include('flash::message')
{{Form::hidden('birthReportUrl',url('birth-reports'),['class'=>'birthReportUrl'])}}
{{ Form::hidden('birthReportLang', __('messages.delete.birth_report'), ['id' => 'birthReportLang']) }}
@include('birth_reports.templates.templates')
@include('birth_reports.create_modal')
@include('birth_reports.edit_modal')
@endsection
{{-- --}}
{{--let birthReportUrl = "{{ url('birth-reports') }}"--}}
{{--let birthReportCreateUrl = "{{ route('birth-reports.store') }}"--}}
{{--let patientUrl = "{{ url('patients') }}"--}}
{{--let doctorUrl = "{{ url('doctors') }}";--}}
{{--let caseUrl = "{{ url('patient-cases') }}";--}}
{{-- --}}
{{-- --}}
{{-- --}}