@extends('layouts.admin') @section('content') @can('price_create')
@endcan{{ trans('cruds.price.fields.id') }} | Dari | Tujuan Pembayaran | Besaran | Bukti | ||
---|---|---|---|---|---|---|
{{ $price->id ?? '' }} |
{{ $price->name ?? '' }} {{ $price->phone ?? ''}} {{ $type }} |
{{ $price->tujuan ?? '' }} @if($price->type == "reg") Registration for : @foreach($price->participans as $data) {{ $data->name }} @endforeach @else Other @endif |
{{ $price->harga ?? '' }} | @if($price->photo) @endif | @if($price->validate == null) verifikasi pembayaran @else pembayaran diverifikasi oleh {{ $price->validator }} @endif |