@extends('website.layouts.app') @section('content') @include('website.layouts.crumb')
@include('admin.layouts.error')
{{ csrf_field() }}
    • {{ Cart::count() }} {{ trans('home.item') }}
    • {{ Cart::subtotal() }} {{ trans('admin.LE') }}
    • {{ trans('home.deliverys') }}
    • {{ trans('home.tax') }}
    • {{ trans('home.total') }}
    • 0 {{ trans('admin.LE') }}
    • {{ Cart::tax() }} {{ trans('admin.LE') }}
    • {{ Cart::total() }} {{ trans('admin.LE') }}
  • @if (Cart::count() > 0)
  • @endif
@endsection @section('script') @endsection