Roman Emi
@csrf
getLocale() === 'en')>{{ __('ui.english') }}
getLocale() === 'bn')>{{ __('ui.bangla') }}
Dashboard
@can('customer-list')
Customers
@endcan @can('location-list')
Locations
@endcan @can('product-list')
Products
@endcan @can('product-model-list')
Product Models
@endcan @can('user-list')
Users
@endcan @can('role-list')
User Roles
@endcan
@foreach ($notices as $notice)
{{ $notice->name }}
@endforeach
@yield('content')
@stack('scripts') @yield('scripts')