@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)}}

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