@extends('backend.layouts.app') @section('content') @include('backend.includes.breadcrumb_inner')
@include('backend.includes.flash-message') {{ html()->form('keywords', route("backend.$module_name.store"))->class('form d-flex flex-column flex-lg-row')->open() }} @include ("masterdata::backend.$module_name.form")
Cancel
{{ html()->form()->close() }}
@endsection