@extends('layouts.master') @section('page_title','View Warranty') @section('title','Warranty Details') @section('main_item','Warranty') @section('sub_item','Warranty Details') @section('content')
| Order Value: | ₨ {{$sale->invoice_total}} | ||
|---|---|---|---|
| Discount: | (-) | ₨ {{$sale->invoice_discount}} | |
| Order Sub Total: | ₨ {{$sale->invoice_subtotal}} | ||
| Delivery Fee: | (+) | ₨ {{$sale->delivery_fee}} | |
| Order Total Value: | ₨ {{$sale->invoice_nettotal}} |