@php $isArabic = app()->getLocale() === 'ar'; $positionStyle = $isArabic ? 'top: 80px; left: 20px;' : 'top: 80px; right: 20px;'; @endphp
@if (session('success')) @endif @if (session('error')) @endif @if ($errors->any()) @endif