@extends('layouts.master')
@section('titel', 'Payments | ')
@section('content')
@include('partials.header')
@include('partials.sidebar')
Loading data, please wait...
ID |
Remarks |
Total Amount |
Date |
Action |
@foreach($payments as $payment)
{{ $payment->Id }} |
{{ $payment->Remarks }} |
{{ $payment->totalAmount }} |
{{ $payment->VoucherDate }} |
|
@endforeach
@endsection
@push('js')