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