@extends('backend.layouts.master') @section('body')
@component('components.beardcrumb') {{-- /*Page Title Goese Here in this slot variable*/ --}} @slot('title') @lang('branch.create_title') @endslot @if(Auth::user()->can('Branch index')) {{-- /* Create New Route Will Be goes here */ --}} @slot('route_name') branch.index @endslot @slot('btn_class') btn btn-primary @endslot @slot('icon') fa fa-eye @endslot @slot('btn_name') @lang('branch.view') @endslot @endif @endcomponent
@csrf
* @error('branch_name_en')
{{ $message }}
@enderror
@error('branch_name_bn')
{{ $message }}
@enderror
{{-- @push('footer_script') @endpush --}} @endsection