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