@extends('front.layout.app') @section('title', 'Our Team') @section('content')
image

checkout

Customer

  • {{ $sessonData['email'] ?? '' }}

Shipping

  • {{ $sessonData['address'] ?? '' }}
  • {{ $sessonData['city'] ?? '' }}
  • {{ $sessonData['state'] ?? '' }}
  • {{ $sessonData['postal_code'] ?? '' }}
  • {{ $sessonData['country'] ?? '' }}

Billing

  • {{ $sessonData['first_name'] . ' ' .$sessonData['last_name'] ?? '' }}
  • {{ $sessonData['phone_number'] ?? '' }}
  • ${{ number_format($get_tex_info['amount_total'] / 100, 2) ?? '' }}

Payment Methods

@csrf
{{-- --}}
@endsection @section('script') @endsection