@extends('layouts.app') @section('plugin-styles') @stop @section('content') @php $user = auth()->user(); @endphp
@section('content-header-right') @can('create task-checklists') {{trans('forms.lbl_add_new')}} @endcan @if($user->hasAnyPermission(['delete task-checklists'])) {{trans('forms.lbl_delete')}} @endif {{trans("forms.lbl_back")}} @endsection @include('layouts.partials.single-page-header', [ 'pageTitle' => __('title.topic'), ]) @if($user->hasAnyPermission(['delete task-checklists'])) @endif
{{trans("tables.name_title")}} {{trans("tables.action_title")}}
@include('checklist::topics.create_edit')
@stop @section('footer-script') @stop