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

{{__('Task Types')}}

@endsection @section('content')

{{__('Create Task type')}}

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