@extends('layouts.app')
@section('title', trans('menu.360_feedback_title'))
@section('plugin-styles')
@stop
@section('content')
@can('create', Modules\Feedback\Entities\Feedback::class)
{{trans('forms.lbl_add_new')}}
@endcan
@can('access', Modules\Feedback\Entities\Feedback::class)
{{trans('menu.feedback_settings')}}
@endif
@include('feedback::feedbacks.filter')
|
{{trans('tables.subject')}} |
{{-- Date | --}}
{{trans('tables.deadline_title')}} |
{{trans('tables.review_for')}} |
{{trans('tables.reviewers')}} |
{{trans('tables.status_title')}} |
{{trans('tables.result')}} |
{{trans('tables.review')}} |
{{trans('tables.actions_title')}} |
@stop
@section('footer-script')
@stop