@extends('layout.main') @section('content')
@can('store-transfer') @endcan @can('delete-transfer') @endcan
{{ trans('file.Employee') }} {{ trans('file.Company') }} {{ __('From Department') }} {{ __('To Department') }} {{ trans('file.Date') }} {{ trans('file.Action') }}
@endsection @push('scripts') @endpush