@extends('layouts.master') @section('title', 'Todo Templates') @push('styles') @endpush @section('content')
@can('newsletter-template-create') @include('backend.todo_template.create-form') @endcan
{{ __('Id') }} {{ __('Title') }} {{ __('Description') }} {{ __('Created At') }} {{ __('Action') }}
@endsection @push('scripts') @endpush