@extends('layouts.app') @section('title', 'Task') @section('breadcrumb', 'Task') @section('sub-breadcrumb') Task Create Task @endsection @section('task', 'kt-menu__item--open kt-menu__item--here') @section('create-task', 'kt-menu__item--active') @section('custom-style') @endsection @section('content')
@include('layouts.notification')
@csrf
@csrf
@endsection @section('custom-script') @endsection