@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
{{trans("tables.name_title")}} {{trans("tables.status_title")}} {{trans("tables.action_title")}}
@stop @section('footer-script') @stop