@extends('authentication.layout.app') @section('title') {{__('تسجيل دخول')}} @endsection @section('content')

{{__('تسجيل دخول')}}

@csrf
@if (Route::has('password.request')) {{ __('Forgot your password?') }} @endif
{{--

{{-- New on our platform?--}} {{-- {{__('تسجيل مستخدم جديد')}}

--}} {{--
--}} {{--
or
--}} {{--
--}} {{-- --}}
@endsection