@extends('layout.main') @section('content')
@can('store-details-employee') @endcan @can('modify-details-employee') @endcan

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