@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')
{{--

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


{{__('lang.clear')}}
--}}
{{$createItemName}}
@csrf
@stop @push('include-css') @endpush @push('include-js') @endpush