@extends('layout.main') @section('content')
@can('store-details-employee') @endcan @can('modify-details-employee') @endcan @can('view-termination') {{ __('file.Termination Employees') }} @endcan

{{ trans('file.Employee') }} {{ trans('file.JobInfo') }} {{ trans('file.Company') }} {{ trans('file.Contact') }} {{ trans('file.Action') }}
@endsection @push('scripts') @endpush