@php use App\Lib\MyHelper; $grantedFeature = session('granted_features'); @endphp @extends('layouts.main') @section('page-style') @endsection @section('page-script') @endsection @section('content')
{{ucwords(str_replace("_"," ",$row['subject']))}} @if(isset($row['parameter']) && $row['parameter'] != "") {{str_replace("-"," - ",$row['operator'])}}{{str_replace("-"," - ",$row['parameter'])}} @else = {{str_replace("-"," - ",$row['operator'])}} @endif
@endif @endforeach @if(isset($search_param['take']))Show = {{$search_param['take']}}
@endif @if(isset($search_param['order_field']))Order By = {{$search_param['order_field']}} @if(isset($search_param['order_method'])) {{$search_param['order_method']}} @endif
@endifActions | Receipt Number | Payment Date | Payment Method | Nominal | Account Name |
---|---|---|---|---|---|
@if(empty($res['confirmed_at']) && empty($res['cancelled_at'])) confirm @else detail @endif | {{ $res['transaction']['transaction_receipt_number'] }} | {{ date('Y-m-d', strtotime($res['payment_date'])) }}{{ date('H:i:s', strtotime($res['payment_time'])) }} | {{ $res['payment_method'] }} | Rp {{ number_format($res['payment_nominal']) }} | {{ $res['payment_account_name'] }} |
No data available in table |