@extends('layouts.frontend.master') @section('title') @endsection @section('keyword') @endsection @section('description') @endsection @section('head') @endsection @section('content')

Shopping Checkout

ALL ABOUT DELICIEUX

@if(count(Cart::content())) @if ($errors->any())
@foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
    @endif
    @csrf

    Select Payment Method

    Select Delivery Method

    Discount

    10 % endirim oldu {{ Cart::Subtotal() - Cart::Subtotal() / 10 }} ₼

    Cart Total

    Total {{ Cart::Subtotal() }} ₼

    Shipping Address


    @else

    Sebetde mehsul yoxdu

    @endif
    @endsection @section('scripts') @endsection