@extends('frontend.layout')
@section('pageHeading')
{{ __('Check Out') }}
@endsection
@section('custom-style')
@endsection
@section('hero-section')
@php
$authUser = Auth::guard('customer')->user();
@endphp
@endsection
@section('content')
@endsection
@section('custom-script')
@endsection