@extends('backend.layouts.master') @section('body')
@component('components.beardcrumb') {{-- /*Page Title Goese Here in this slot variable*/ --}} @slot('title') @lang('user_theme.create_title') @endslot @endcomponent
@csrf @method('PUT')
*
@push('footer_script') {{-- --}} {{-- --}} @endpush @endsection