@extends('layouts.app') @section('title', 'تسجيل الدخول') @section('content')
📘

{{ __('LINK ACADEMY') }}

{{ __('نظام إدارة الموارد ERP') }}

@if ($errors->any())
{{ $errors->first('email') }}
@endif
@csrf
© {{ date('Y') }} Link Academy — {{ __('جميع الحقوق محفوظة') }}
@endsection