@extends('layouts.app') @section('title') {{ __('messages.operation_report.operation_reports') }} @endsection @section('css') {{-- --}} @endsection @section('content')
@include('flash::message') {{Form::hidden('operationReportUrl',url('operation-reports'),['id'=>'operationReportUrl'])}} {{Form::hidden('operationReportCreateUrl',route('operation-reports.store'),['id'=>'operationReportCreateUrl'])}} {{ Form::hidden('operationReportLang',__('messages.delete.operation_report'), ['id' => 'operationReportLang']) }} @include('operation_reports.templates.templates') @include('operation_reports.create_modal') @include('operation_reports.edit_modal')
@endsection {{-- --}} {{-- let operationReportUrl = "{{url('operation-reports')}}"--}} {{-- let operationReportCreateUrl = "{{route('operation-reports.store')}}";--}} {{-- let patientUrl = "{{ url('patients') }}";--}} {{-- let doctorUrl = "{{ url('doctors') }}";--}} {{-- let caseUrl = "{{ url('patient-cases') }}";--}} {{-- --}} {{-- --}} {{-- --}}