Cart

@if (count($cartItems) > 0)
SERVICES

@foreach ($cartItems as $item) @endforeach
Name Quantity Price Remove
{{ $item->name }} {{$item->quantity }} ${{ $item->price }}
@csrf
Total: ${{ Cart::getTotal() }}




CUSTOMER INFORMATIONS




Please fill in your Phone no or your Skype for support services:






@else
Your cart is empty
@endif