@extends('layouts.participan') @section('content') @can('payment_create')
@endcanBank Name | : | {{ $sett->where('key','bank_name')->first()->value}} |
Account Number | : | {{ $sett->where('key','bank_accout')->first()->value}} |
Account Owner | : | {{ $sett->where('key','bank_owner')->first()->value}} |
Swift Code | : | {{ $sett->where('key','bank_swift')->first()->value}} |
Your chosen package | : | {{ $def }} |
{{ trans('cruds.hotel.fields.id') }} | Payment for | Payment Amount | Payment Proof | ||
---|---|---|---|---|---|
{{ $hotel->id ?? '' }} |
{{ $hotel->name ?? '' }} ( @if($hotel->paytype == "reg") Registration @else Other @endif ) |
{{ to_rupiah($hotel->jumlah) ?? '' }} | @if($hotel->photo) @endif | @can('payment_show') {{ trans('global.view') }} @endcan @if($hotel->validate == null) @can('payment_edit') {{ trans('global.edit') }} @endcan @can('payment_delete') @endcan @else verified by Arie Widyastuti @endif |