@extends('layouts.app') @section('title','Items / Services | BASCORE') @section('content')
| Item | Description | Unit | Unit Price | VAT | Actions |
|---|---|---|---|---|---|
| {{ $item->item_name }} | {{ $item->description }} | {{ $item->unit }} | AED {{ number_format($item->unit_price,2) }} | {{ $item->vat_applicable ? 'Yes' : 'No' }} | Edit |
| No service items yet. | |||||