@extends('Frontend.Layouts.modal') @section('title') {{ trans('admin.checklist_templates') }} @stop @section('body')
{{ trans('global.add') }}
@include('Frontend.ChecklistTemplates.table')
@stop @section('buttons') @stop