@extends('layouts.app') @section('title', trans('title.settings_employee_documents')) @section('content')
@can('create employee-documents') {{trans('forms.lbl_add_new')}} @endcan
{{trans("tables.type_title")}} {{trans("tables.assign_to_title")}} {{trans("tables.obligatory_title")}} {{trans("tables.due_date_title")}} {{trans("tables.expiry_date_title")}} {{trans("tables.active_title")}} {{trans("tables.action_title")}}
@stop @section('footer-script') @stop