@extends('backend.layouts.app') @section('title') {{ __($module_action) }} {{ $module_title }} @endsection @section('content')

Categories Create

{{ html()->form('POST', route("backend.$module_name.store"))->class('form d-flex flex-column flex-lg-row')->open() }} @include ("article::backend.$module_name.form") {{ html()->form()->close() }}
@endsection