@extends('layouts.app') @section('title') {{ __('messages.ambulance_call.new_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::open(['route' => 'ambulance-calls.store', 'id' => 'createAmbulanceCall']) }} @include('ambulance_calls.fields') {{ Form::close() }}
@endsection {{-- let getDriverNameUrl = "{{ route('driver.name') }}";--}} {{-- --}} {{-- --}} {{-- --}}