@extends('layouts.master') @section('title', 'Inter Company Transactions') @section('page-header') Inter Company Transactions @stop @push('style') @endpush @section('content')
| Sl | Invoice No | Date | Reference | Amount | Status | Actions | |||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{$key + 1 }} | {{$item->invoice_no}} | {{$item->date_time}} | {{$item->reference}} | {{$item->amount}} | {!! $item->is_approved == 1 ? 'Approved' : 'Unapproved' !!} | ||||||||||||||||||||||||
|
No records found! |
|||||||||||||||||||||||||||||