@extends('layouts.app') @section('page-title')
# | @lang('modules.expenses.itemName') | @lang('app.price') | @lang('modules.expenses.purchaseFrom') | @lang('app.menu.employees') | @lang('modules.expenses.purchaseDate') | @lang('app.status') |
---|---|---|---|---|---|---|
{{ $key+1 }} | {{ ucfirst($item->item_name) }} | {{ $item->currency->currency_symbol.$item->price }} | {{ $item->purchase_from }} | {{ ucwords($item->user->name) }} | {{ $item->purchase_date->format($global->date_format) }} | @if ($item->status == 'pending') @elseif ($item->status == 'approved') @else @endif |
@lang('messages.noRecordFound') |