@extends('marsland::layouts.master') @section('title', _trans('About Us')) @section('marsland-content')
@php $subtotal = 0; $total_discount = 0; $total = 0; @endphp{{ _trans('landlord.sub Total') }}
{{ priceFormat($subtotal) }}
{{ _trans('landlord.Discount') }}
{{ priceFormat($total_discount) }}
{{ _trans('landlord.Vat') }}
{{ priceFormat(0) }}
{{ _trans('landlord.Total') }}
{{ priceFormat($total) }}
{{ _trans('landlord.Your savings on this order') }}
{{ priceFormat($total_discount) }}