{{-- resources/views/todo/create.blade.php --}} @extends('layouts.app') @section('title', 'Create Todo') @section('content') Create New Todo Back to List Todo Details @csrf Todo Text * @error('text') {{ $message }} @enderror Mark as completed Preview Your todo will appear here... @endsection @section('javascripts') @endsection