@extends('layouts.master') @section('title','Fund Transfers') @section('page-header') Fund Transfers @stop @push('style') @endpush @section('content')
| Sl | Invoice No | Date | From Account | To Account | Amount | Description | Status | Actions |
|---|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $item->invoice_no }} | {{ $item->date }} | {{ $item->fromAccount->name }} | {{ $item->toAccount->name }} | {{ $item->amount }} | {{$item->description}} | {!! $item->is_approved == 1 ? 'Approved' : 'Unapproved' !!} |