@extends('adminlte::page') @section('title', 'Dashboard') @section('content_header')

Payment Method

@stop @section('content')

Payment Method

@foreach($paymentmethods as $paymentmethod) @endforeach
# Name Code Admin Fee Fee Method
{{ $paymentmethod->id }} {{ $paymentmethod->name }} {{ $paymentmethod->code }} @if($paymentmethod->fee_method == 'fix') Rp. {{ number_format($paymentmethod->admin_fee,2,",",".") }} @else {{ $paymentmethod->admin_fee }} % @endif {{ $paymentmethod->fee_method }} Edit
@stop @section('css') @stop @section('js') @stop