@if(app()->getLocale() === 'ar')
@else
@endif
{{ __('Create Account') }}
{{ __('Restaurant Management System') }}
@if($errors->any())
@foreach($errors->all() as $error)
{{ $error }}
@endforeach
@endif
@csrf
{{ __('Full Name') }}
{{ __('Email Address') }}
{{ __('Password') }}
{{ __('Confirm Password') }}
{{ __('Create Account') }}