@extends('layout') @section('content')
@if(session("error"))
  • {{ session("error") }}
@endif @if (count($errors) > 0)
    @foreach ($errors->all() as $error) @if($error == "Fail(Bank Declined Transaction)")
  • Your card was declined. In order to resolve the issue, you will need to contact your back
  • @else
  • {{ $error }}
  • @endif @endforeach
@endif
Shipping Details
@if($get_cart["new_account"] == false)



@else
@endif
@if($get_cart["new_account"] == false)
Billing Details
@endif
@endsection @section('script') @endsection @section('css') @endsection