@extends('web.layouts.app') @section('title','تسجيل جديد و تسجيل دخول') @section('content')
{{csrf_field()}}

رقم الجوال

@if ($errors->has('mobile')) {{ $errors->first('mobile') }} @endif

كلمة المرور

@if ($errors->has('password')) {{ $errors->first('password') }} @endif
هل انت صاحب شركة ؟ الدخول كاشركة
{{csrf_field()}}

الاسم الاول

@if ($errors->has('first_name')) {{ $errors->first('first_name') }} @endif

اسم العائلة

@if ($errors->has('last_name')) {{ $errors->first('last_name') }} @endif

رقم الجوال

@if ($errors->has('mobile')) {{ $errors->first('mobile') }} @endif

البريد الالكتروني

@if ($errors->has('email')) {{ $errors->first('email') }} @endif

كلمة المرور

@if ($errors->has('password')) {{ $errors->first('password') }} @endif

تاكيد كلمة المرور

@if ($errors->has('password_confirmation')) {{ $errors->first('password_confirmation') }} @endif
{{--
--}} {{--
--}} {{--
--}} {{-- تمتلك حساب بالفعل ؟--}} {{-- تسجيل دخول--}} {{--
--}} {{--
--}} {{--
--}}
@endsection