@extends('layouts.master') @section('title', __('index.create_task')) @section('action', __('index.create_task')) @section('styles') @endsection @section('main-content') @include('admin.section.flash_message') @include('admin.task.common.breadcrumb') @csrf @include('admin.task.common.form') @endsection @section('scripts') @include('admin.task.common.scripts') @endsection