{{-- auth/login.blade.php --}} @extends('layouts.app') @section('title', app()->getLocale()==='ar'?'تسجيل الدخول — Media Serve':'Login — Media Serve') @section('content')
@if($errors->any())
❌ {{ $errors->first() }}
@endif
@csrf
@endsection