@extends('layouts.app') @section('content') @include('components.admin_sidebar')

Transaksi

@foreach($data as $datas) @endforeach
Gambar Produk Aksi
image description

{{ $datas->Product->name }}

Order ID{{ $datas->midtrans_booking_code }} Tangal Status{{ $datas->payment_status ?? '' }} HargaRp. {{ number_format($datas->Product->price, 0, '', '.') }} Kuantitas{{ $datas->quantity }} User{{ $datas->User->name }} ({{ $datas->user_id }})
  • @if ($datas->field != NULL)
  • @endif
@endsection