{{ session('success') }}
@endif
@if($errors->any())
-
@foreach($errors->all() as $error)
- {{ $error }} @endforeach
@if(app()->getLocale() === 'ar') @else @endif
@php $isAdmin = auth()->check() && auth()->user()->isSuperAdmin(); @endphp