@extends('layouts.master') @section('title', 'Supplier Invoice - Prolex Law Firm') @section('content') @php $PermissionsAdd = Auth::check() ? Auth::user()->hasPermission('add-invoice') : false; $PermissionsEdit = Auth::check() ? Auth::user()->hasPermission('edit-invoice') : false; $PermissionsDelete = Auth::check() ? Auth::user()->hasPermission('delete-invoice') : false; @endphp
Total (Exc): KES {{ number_format($totals['subtotal'], 2) }}
Total (Tax): KES {{ number_format($totals['tax'], 2) }}
Total (Dis): KES {{ number_format($totals['discount'], 2) }}
Total (Inc): KES {{ number_format($totals['total'], 2) }}