@extends('layouts.admin.master') @section('title')Checkout {{ $title }} @endsection @push('css') @endpush @section('content') @component('components.breadcrumb') @slot('breadcrumb_title')

Checkout

@endslot @endcomponent
Billing Details

Product

Total
  • Pink Slim Shirt × 1 $25.10
  • SLim Fit Jeans × 1 $555.00
  • Subtotal $380.10
  • Shipping
  • Total $620.00
@push('scripts') @endpush @endsection