@extends('layouts.master') @section('page-header') Cost Center Details List @stop @push('style') @endpush @section('content')
| Sl | Invoice No | Date | Reference | Amount | Status | Actions | |||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $item->invoice_no }} | {{ $item->voucher_date }} | {{ $item->description }} | {{ number_format($item->amount, 2) }} | {!! $item->is_approved == 1 ? 'Approved' : 'Unapproved' !!} | ||||||||||||||||||||||||||||||||||||||||||||
| No Records Found! | |||||||||||||||||||||||||||||||||||||||||||||||||