@extends('layouts.app')
@if($templateType == "document")
@section('title', trans('menu.document_creator_title'))
@else
@section('title', trans('menu.contract_creator_title'))
@endif
@section('content')
@can('create', [\Modules\DocumentCreator\Entities\DCTemplate::class, $templateType])
{{trans('forms.lbl_add_new')}}
@endcan
0 {{ trans('forms.lbl_items_selected') }}
@can('bulk_delete', [\Modules\DocumentCreator\Entities\DCTemplate::class, $templateType])
{{trans('forms.lbl_delete')}}
@endif
|
{{trans("tables.name_title")}} |
{{trans("tables.status_title")}} |
{{trans("tables.action_title")}} |
@stop
@section('footer-script')
@stop