@extends('backend.layouts.app') @section('title', @$data['title']) @section('content') {!! breadcrumb([ 'title' => @$data['title'], route('admin.dashboard') => _trans('common.Dashboard'), '#' => @$data['title'], ]) !!}
@csrf
@if ($errors->has('from_date')) {{ $errors->first('from_date') }} @endif
@if ($errors->has('to_date')) {{ $errors->first('to_date') }} @endif
@if ($errors->has('from_location')) {{ $errors->first('from_location') }} @endif
@if ($errors->has('to_location')) {{ $errors->first('to_location') }} @endif

{{ _trans('common.Seminar, conference, meeting, training, licensing, inspection, audit, etc') }}

@if ($errors->has('purpose')) {{ $errors->first('purpose') }} @endif
@if ($errors->has('amount')) {{ $errors->first('amount') }} @endif
@if ($errors->has('signature')) {{ $errors->first('signature') }} @endif
@if ($errors->has('signature_date')) {{ $errors->first('signature_date') }} @endif
{{ _trans('common.Back to list') }}
@endsection @section('script') @include('travel::travel-plans.script') @endsection