@php $dir = LaravelLocalization::getCurrentLocale() == 'ar' ? 'assets-admin-rtl' : 'assets-admin'; @endphp Account Inactive {{-- @dd(session('type')) --}} {{-- $type = session('type'); // Use the $type variable as needed in your controller logic if ($type === 'agency') { // Do something specific for 'agency' type } elseif ($type === 'other_type') { // Do something specific for other types } // Optionally, you can pass the $type variable to your view return view('your_view')->with('type', $type); --}}

Your @if(session('type') == 'agency') agency @else account @endif is currently inactive.

Please activate your account to continue. Contact support if you need assistance.

Try Again