@extends('layouts.master') @section('page_title', 'Bill Details') @section('content')
| Item | Description | Amount ({{ \App\Helpers\Mk::getCurrencyCode() }}) | Total Amount |
|---|---|---|---|
| {{ $item->name }} | {{ $item->description }} | {{ \App\Helpers\Mk::formatCurrency($item->amount) }} | {{ \App\Helpers\Mk::formatCurrency($item->pivot->total_amount) }} |