{{ __('Tasks') }}

Add new task

@foreach($tasks as $task) @endforeach
Name
{{ $task->name }} Edit
@csrf @method('DELETE')