@extends('layouts.app') @section('title') {{ $moduleName }} -> {{ $breadcrumbCurrentName }} @stop @section('top-bar') @include('includes.top-bar') @stop @section('left-sidebar') @include('includes.maintenance-left-sidebar') @stop @section('content')
{{$createItemName}}
@csrf
{{--
--}}

{{__('lang.required')}}



{{--
Active


--}}
{{__('lang.back')}}
@stop @push('include-css') @endpush @push('include-js') @endpush