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