@include('loader.loader')

{{ __('words.Lorem ipsum is placeholder text commonly used in the graphic,print,and publishing for...') }}

{{ __('words.MENU') }}

  • {{ __('words.Home') }}
  • {{ __('words.About Us') }}
  • {{ __('words.How Ambayo Works') }}
  • {{ __('words.Become A Seller') }}

{{ __('words.LEGAL') }}

  • {{ __('words.Terms and Conditions') }}
  • {{ __('words.Privacy Policy') }}

{{ __('words.SOCIAL MEDIA') }}

{{ __('words.© Copyright') }} {{ date('Y') }} {{ __('words.Ambayo, All Rights Reserved.') }}
{{ __('words.Delete Your Profile') }}

{{ __('words.Are you sure you want to delete your profile?') }}

@if ((auth()->user() && auth()->user()->registeration_type == 0) || !empty(auth()->user()->password))
@csrf
@endif
@if ((auth()->user() && auth()->user()->registeration_type == 0) || !empty(auth()->user()->password)) @else @endif

{{ __('words.Are you sure you want to Log Out?') }}

@csrf