@extends('layout.main') @section('content')
@can('store-travel') @endcan @can('delete-travel') @endcan
{{trans('file.Employee')}} {{trans('file.Company')}} {{__('Place Of Visit')}} {{__('Purpose Of Visit')}} {{__('Start Date')}} {{__('End Date')}} {{trans('file.action')}}
@endsection @push('scripts') @endpush