@extends('_layout.main') @section('content') @include('components.page-indicator', [ 'page' => 'Permintaan Investasi', 'path' => ['Beranda', 'Permintaan Investasi'], ])

Permintaan Investasi

@include('components.print')
@foreach ($investment as $invest) @endforeach
Tanggal Bukti Pembayaran Kode Pengguna Paket Jumlah Status Pembayaran Berlaku Hingga Catatan
{{ $invest->created_at }} @if (!$invest->proof)

404

@else @endif
588NY6NR2YZ2 {{ $invest->user->username }} Paket {{ $invest->package->name }} @money($invest->amount) @if ($invest->isPaid == 1) @else @endif {{ !$invest->expiresAt ? 'Silakan ACC untuk melihat' : $invest->expiresAt }} {{ $invest->note }} @if ($invest->status == 'active')
@else
@csrf @method('PUT')
@endif

Menampilkan 1 hingga 10 dari 13 entri

@endsection @section('javascript') @endsection