{{-- admin/tasks/edit.blade.php | Obrempong | Jcode --}} {{-- Reuses the create form with task data pre-filled --}} @extends('layouts.admin') @section('title','Edit Task – ' . $task->title) @section('content') @include('admin.tasks.create') @endsection