@extends('layouts.main') @section('page-style') @endsection @section('page-plugin') @endsection @section('page-script') @endsection @section('content')
Receipt Number | {{--Product Name | --}} {{--Product Category | --}}Customer Name | Phone | Total Price | Payment Status | Actions | ||
---|---|---|---|---|---|---|---|---|---|
{{ $res['transaction_receipt_number'] }} | {{--{{ $res['product_name'] }} | --}} {{--{{ $res['product_category_name'] }} | --}} @if (isset($res['name'])){{ $res['name'] }} | @else{{ $res['user']['name'] }} | @endif @if (isset($res['phone'])){{ $res['phone'] }} | @else{{ $res['user']['phone'] }} | @endifRp {{ number_format($res['transaction_grandtotal'], 2) }} | {{ $res['transaction_payment_status'] }} | Detail Delete |