@extends('layouts.master') @section('title', __('Todo Management')) @section('breadcrumb-text')

{{__('Todo Management')}}

@endsection @section("content") {{------ START for todo create modal ------}} @include('frontend.dashboard.to-do-model') {{------ END for todo create modal ------}} @endsection @push('scripts') @endpush