@props(['header'])
POS
@if(app()->getLocale() === 'ar')
@elseif(app()->getLocale() === 'bn')
@endif
@if(app()->getLocale() === 'ar')
@else
@endif
@if(session('success'))
{{ session('success') }}
@endif
@if(session('error'))
{{ session('error') }}
@endif
@if($errors->any())
@foreach($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
@isset($header)
{{ $header }}
@endisset
{{ $slot }}