@extends('layouts.app') @section('title') All Receipts @stop @section('breadcrumb')
@stop @section('content')Receipt No. | Unit No. | Payment Method | Payment Head | Received Amount | Date | Action | ||||
---|---|---|---|---|---|---|---|---|---|---|
{{$receipt->receipt_number}} | {{ $receipt->inventory->unit_number}} | @if($receipt->payment_method == \App\Receipt::cash)Cash | @elseif($receipt->payment_method == \App\Receipt::bank)Bank | @elseif($receipt->payment_method == \App\Receipt::adjustment)Adjustment | @elseif($receipt->payment_method == \App\Receipt::cheque)Cheque | @else@endif @if($receipt->payment_head == 9) | Token Amount | @endif{{number_format($receipt->token_amount)}} PKR | {{date('d-m-Y', strtotime($receipt->receipt_date)) }} | View Approve Delete |