@php $locale = $locale ?? app()->getLocale(); $direction = $direction ?? config("app.available_locales.{$locale}.dir", 'rtl'); $locales = config('app.available_locales'); @endphp {{ __('app.auth.sign_in_title') }} — {{ __('app.app_name') }} @if($direction === 'rtl') @else @endif @if($direction === 'rtl') @endif
{{-- Brand panel (hidden on small screens) --}}
Smart Solutions

{{ __('app.auth.brand_title') }}

{{ __('app.auth.brand_tagline') }}
{{ __('app.auth.panel_heading') }}
{{ __('app.auth.panel_text') }}
{{ __('app.auth.feat_workflow') }}
{{ __('app.auth.feat_credit') }}
{{ __('app.auth.feat_reports') }}
{{-- Form panel --}}
{{-- Language switcher --}}
@foreach($locales as $code => $meta) {{ $meta['name'] }} @if(!$loop->last)·@endif @endforeach
{{-- Logo (shown on all sizes, primary brand on mobile) --}}
Smart Solutions

{{ __('app.auth.sign_in_title') }}

{{ __('app.auth.sign_in_sub') }}

{{-- Session status (e.g. password reset link sent) --}} @if (session('status'))
{{ session('status') }}
@endif {{-- Validation errors --}} @if ($errors->any())
{{ $errors->first() }}
@endif
@csrf {{-- Email --}}
{{-- Password --}}
{{-- Remember + forgot --}}
@if (Route::has('password.request')) {{ __('app.auth.forgot') }} @endif
© {{ now()->year }} {{ __('app.auth.brand_title') }} — {{ __('app.auth.rights') }}