@extends('layouts.admin',['hideSiteRedirect'=> true])
@section('headerTitle')
Acte
@endsection
@section('breadcrumbs')
{{ Breadcrumbs::render('admin.employeeDocuments.index') }}
@endsection
@section('content')
@section('buttons')
@can('admin-create')
Adauga Tip act
@endcan
@endsection