@extends('front.layout.master') @section('title', __('staticwords.Checkout') . ' | ') @section('body') @php $allowGuest = isset($genrals_settings) ? ($genrals_settings->guest_login == 1) : (\App\Genral::first()->guest_login ?? 0) == 1; @endphp

{{ __('staticwords.CheckoutMethod') }}

{{-- LEFT: Guest / Register --}}
1

{{ __('staticwords.GuestorRegisterLogin') }}

{{ __('staticwords.registerwithus') }}:

@csrf @if($allowGuest) @endif
  • {{ __('staticwords.Fastandeasycheckout') }}
  • {{ __('staticwords.Easyaccesstoyourorderhistoryandstatus') }}
{{-- RIGHT: Already registered --}}
2

{{ __('staticwords.Alreadyregistered') }}

{{ __('staticwords.Pleaseloginbelow') }}:

@csrf
@error('email')

{{ $message }}

@enderror
@error('password')

{{ $message }}

@enderror {{ __('staticwords.ForgotYourPassword') }}
@endsection @section('script') @endsection