@extends('template.main-template') @section('content')

Order Samples

If you're still not sure which Permshield floor is right for your space, order your samples now.

@if (session()->has('success'))
{{ session()->get('success') }}
@endif @forelse (Cart::content() as $item) @empty
@endforelse
PRODUCTS NAME PRICE QTY ACTION
{{--
{{ $item->productData->product_title }}

{{ Str::words($item->productData->short_description, 10, '...') }}

--}}
{{ $item->productData->product_title }}

{{ Str::words($item->productData->short_description, 10, '...') }}

{{--
--}} $0.00 {{--
--}}
{{--
--}}
1
{{--
--}}
{{--
  • PRODUCTS
  • NAME
  • PRICE
  • QTY
  • TOTAL
@forelse (Cart::content() as $item) @empty
You have not added any samples to your cart
@endforelse
--}}
@if (count(Cart::content()) > 0) Finish Order @endif
@endsection @push('css') {{-- --}} {{-- --}} @endpush