@props(["data"=>"", "module_name", "module_path", "module_title"=>"", "module_icon"=>"", "module_action"=>""])
@if ($slot != "")
{{ $slot }}
@else
{{ html()->form('POST', route("backend.$module_name.store"))->class('form')->acceptsFiles()->open() }}
@include ("$module_path.$module_name.form")
{{ html()->form()->close() }}
@endif
{{-- --}}