@extends('front.layout.app') @section('title', 'Our Team') @section('content') checkout Customer {{ $sessonData['email'] ?? '' }} Edit Shipping {{ $sessonData['address'] ?? '' }} {{ $sessonData['city'] ?? '' }} {{ $sessonData['state'] ?? '' }} {{ $sessonData['postal_code'] ?? '' }} {{ $sessonData['country'] ?? '' }} Edit Billing {{ $sessonData['first_name'] . ' ' .$sessonData['last_name'] ?? '' }} {{ $sessonData['phone_number'] ?? '' }} ${{ number_format($get_tex_info['amount_total'] / 100, 2) ?? '' }} Edit Payment Methods Please correct the errors and try again. @csrf CARD NUMBER name on card ex month ex year cvv {{-- --}} save card information is encrypted and securely stored. Place Order @endsection @section('script') @endsection