@extends('layout.main') @section('content')
@can('store-reimbursement') @endcan @can('delete-reimbursement') @endcan
{{ __('Reimbursement Type') }} {{ __('Company') }} {{ __('Employee') }} {{ __('Amount') }} {{ __('Status') }} {{ trans('file.action') }}
@endsection @push('scripts') @endpush