@php use App\Lib\MyHelper; $grantedFeature = session('granted_features'); @endphp @extends('layouts.main') @section('page-style') @endsection @section('page-script') @endsection @section('content')
Receipt Number | Customer Name | Phone | Total Price | Payment Status | Actions |
---|---|---|---|---|---|
{{ $res['transaction_receipt_number'] }} | {{ $res['user']['name'] }} | {{ $res['user']['phone'] }} | Rp {{ number_format($res['transaction_grandtotal'], 2) }} | {{ $res['transaction_payment_status'] }} | @if(MyHelper::hasAccess([39], $grantedFeature)) Detail @endif |