@extends('layout') @section('title', 'Biaya Tambahan Layanan Payment Gateway') @section('css') @endsection @section('content')
@if (count($biayalayanans) == 0) @else @php $i = 1; @endphp @foreach ($biayalayanans as $biayalayanan) @php $i++; @endphp @endforeach @endif
No. Name Value Action
No data available in table
{{$i}} {{@$biayalayanan->methods->name}} {{ribuan(@$biayalayanan->biaya_layanan)}}
@csrf
Change Payment Gateway Service Fee
Reset
@endsection @section('js') @endsection