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