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

Laravel API Tester

سجل الدخول للوصول إلى أداة اختبار الـ API.

@if($errors->any())
@foreach($errors->all() as $error)
{{ $error }}
@endforeach
@endif
@csrf
@endsection