@extends(\Auth::user()->role != 10 ? 'layout' : 'layoutfrontdesk')
@section('title', 'Payment Method')
@section('css')
@endsection
@section('content')
Payment Method |
Payment Platform |
Actions |
@if (!$platforms->isEmpty())
@foreach ($platforms as $platform)
{{ config('custom.jenis_pembayaran')[$platform->metode_pembayaran] }} |
{{$platform->nama}}
|
@if(!count($platform->pembayaranspos) > 0 && !count($platform->pembayarans) > 0 && !count($platform->deposit) > 0)
@endif
|
@endforeach
@endif
@endsection
@section('js')
@endsection