@extends('layouts.app') @section('title') {{ __('messages.ambulance_call.ambulance_calls') }} @endsection @section('css') {{-- --}} @endsection @section('content')
@include('flash::message') {{--
--}} {{-- @include('layouts.search-component')--}} {{--
--}} {{-- @if(Auth::user()->hasRole('Case Manager'))--}} {{-- --}} {{-- @else--}} {{-- --}} {{-- {{ __('messages.ambulance_call.new_ambulance_call') }}--}} {{-- --}} {{-- @endif--}} {{--
--}} {{--
--}} {{Form::hidden('ambulanceCallUrl',url('ambulance-calls'),['id'=>'showAmbulanceCallUrl'])}} {{Form::hidden('patientUrl',url('patients'),['id'=>'showCallPatientUrl'])}} {{ Form::hidden('ambulanceCallLang', __('messages.delete.ambulance_call'), ['id' => 'ambulanceCallLang']) }} {{-- @include('ambulance_calls.table')--}} @include('ambulance_calls.templates.templates')
@endsection {{-- --}} {{--let ambulanceCallUrl = "{{ url('ambulance-calls') }}";--}} {{--let patientUrl = "{{url('patients')}}";--}} {{-- --}} {{-- --}} {{-- --}}