Dashboard
Creat New Sub Catecory
Basic form elements
Basic form elements
813 friends
9000 followers
Google plus
780 friends
1090 connections
@extends('layouts.app') @section('content') {{--
Basic form elements
813 friends
9000 followers
780 friends
1090 connections
--}}
{{$ExpensesData->description}}
| # | Item Name | Quantity | Price | Total Price |
|---|---|---|---|---|
| {{ $key + 1 }} | {{ $item->item_name }} | {{ $item->item_quantity }} | {{ number_format($item->price, 2) }} | {{ number_format($item->item_quantity * $item->price, 2) }} |