@extends('layouts.app') @section('title-head','Edit-Form') @section('content') @include('form', ['task' => $task]) @endsection