@extends('layouts.app') @section('css') @endsection @section('content')
@if ($message = Session::get('success'))
{{ $message }}
@endif
{{ __('Pembayaran') }}
No Customer Nomor Member Tanggal Bayar Nomor Transaksi Nominal Nota Hilang Tipe Pembayaran Metode Pembayaran Aksi
@endsection @section('js') @endsection