@extends('layouts.master') @section('title', 'Inter Company Vouchers') @section('page-header') Inter Company 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! |
|||||||||||||||||||||||||||||