@extends('layouts.app') @section('title') All Refund Statements @stop @section('breadcrumb')
@stop @section('css') @stop @section('content')# | Unit # | Size | Payment Mode | Payment Head | Received Token Amount | Booking Date | Status | Action | ||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
{{$count++}} | {{$receipt->inventory->unit_number}} | @if($receipt->inventory) @if($receipt->inventory->size) {{$receipt->inventory->size->name}} {{env('SIZE')}} @endif @endif | @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)) }} |
@if($receipt->is_approved == 2)
|
View |