@extends('web.layouts.app') @section('title',trans('site.RegistrationLogin')) @section('content')
{{csrf_field()}}

@lang('site.mobile')

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

@lang('site.password')

@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@lang('site.BusinessOwner') @lang('site.enter_company')
{{csrf_field()}}

@lang('site.first_name')

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

@lang('site.family_name')

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

@lang('site.mobile')

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

@lang('site.email')

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

@lang('site.password')

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

@lang('site.confirmPassword')

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