@extends('layouts.app') @section('content') @include('layouts.headers.guest')
تسجيل الدخول
@csrf
@if ($errors->has('number')) {{ $errors->first('number') }} @endif
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@endsection