@extends('Admin.Layouts.default') @section('content')
{{ trans('admin.checklist_templates') }}
@include('Frontend.ChecklistTemplates.table')
@stop @section('javascript') @stop