@extends('layouts.acorn.acorn_frontend_app') @section('header_styles') @endsection @section('content')

Cart Details

There are no items in your basket

@csrf

Summary {{ Helper::isLocalVisitor() ? 'LKR' : 'USD' }}

Order Total
{{number_format($total, 2)}}

Warning: Undefined variable $tax in /home/slsiluser/public_html/service-portal/resources/views/frontend/cart/index.blade.php on line 206

Warning: Undefined variable $service_charge in /home/slsiluser/public_html/service-portal/resources/views/frontend/cart/index.blade.php on line 224

Grand Total
{{number_format($order_total, 2)}}
@endsection @section('footer_scripts') @endsection