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

{{ $module_title }} {{ __($module_action) }}

@lang(":module_name Management Dashboard", ['module_name'=>Str::title($module_name)])

Usage:

settings('short_code')

@csrf @include ("sitesetting::backend.$module_name.form")
{{ html()->button($text = " Save", $type = 'submit')->class('btn btn-success') }}
@endsection @push('before-styles') @endpush @push('before-scripts') @endpush @push ('after-scripts') @endpush