@extends('layouts.app') @section('title') {{ __('Create Task') }} @endsection @section('breadcrumb')

{{ __('Task') }}

@endsection @section('content')
@csrf @include('admin.task._form')
@endsection @section('scripts') @endsection