@extends('layouts.site') @section('title', 'Checkout') @section('content')
@csrf
Selectati adresa de livrare
@include('site.cart.partial.checkout-delivery')
Selectati adresa de facturare
@include('site.cart.partial.checkout-invoice')
Mesaj(opțional)
Comanda ta
Livrare
Plată
{{--
--}} {{-- --}} {{-- --}} {{--
--}}
Total: {{ Cart::getTotal() }} Lei
@include('site.cart.partial.checkout-cart')
@endsection @section('script') @endsection