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

@yield('title')

{{ __('messages.common.back') }}
@endsection @section('content')
@include('layouts.errors')
{{Form::hidden('getDriverNameUrl',route('driver.name'),['class'=>'getDriverNameUrl'])}} {{ Form::model($ambulanceCall, ['route' => ['ambulance-calls.update', $ambulanceCall->id], 'method' => 'patch', 'id' => 'editAmbulanceCall']) }} @include('ambulance_calls.fields') {{ Form::close() }}
@endsection {{-- let getDriverNameUrl = "{{ route('driver.name') }}";--}} {{-- --}} {{-- --}} {{-- --}}