{{-- resources/views/todo/create.blade.php --}} @extends('layouts.app') @section('title', 'Create Todo') @section('content')

Create New Todo

Back to List

Todo Details

@csrf
@error('text') {{ $message }} @enderror
Your todo will appear here...
@endsection @section('javascripts') @endsection