@extends('layouts.master') @section('titel', 'Payments | ') @section('content') @include('partials.header') @include('partials.sidebar')
Loading...

Loading data, please wait...

Account Table

Create New Account
@foreach($accounts as $payment) @endforeach
Account ID Account Ttile Control Title Op.Balance Action
{{ $payment->Account_ID }} {{ $payment->Account_Title }} {{ $payment->Control_Title }} {{ $payment->OpeningBalance }}
@endsection @push('js') @endpush