@if(app()->getLocale() === 'ar') @else @endif

{{ __('Create Account') }}

{{ __('Restaurant Management System') }}

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