@extends('layouts.admin') @section('title', 'Edit Task') @section('content')

Edit Task

@csrf @method('PUT')
Cancel
@endsection