@extends('layouts.app') @section('title', trans('settings.review_title')) @section('content') @include('layouts.partials.employee-files')
@php $uriSegment = '?user_id='.$user->id; @endphp @can('create', Modules\Review\Entities\Review::class)

{{trans('settings.reviews')}}

{{trans('forms.lbl_add_new')}}
@endcan
{{trans('tables.subject')}} {{trans('tables.date_title')}} {{trans('tables.due_at')}} {{trans('tables.reviewed_by')}} {{trans('tables.status_title')}} {{trans('tables.documents')}}
@stop @section('panel-content') @stop @section('footer-script') @include('review::review-details-js') @stop