@extends('layouts.dashboard') @section('header')

{{ __('Edit Task: ') . $task->title }}

@endsection @section('content')

Edit Task Information

Update the task details below.

@csrf @method('PUT')
@endsection