@include('partials/header') @include('partials/topbar') @include('partials/sidebar')

All Financial Payments

@php $FinancePayment = explode(',', $rights->finance_payment); $add = $FinancePayment[0]; $view = $FinancePayment[1]; $edit = $FinancePayment[2]; $updateStatus = $FinancePayment[3]; @endphp @if ($add == 1)
@endif
@if ($add == 1) @endif @if ($view == 1)
Transaction Details Debit Amount Balance Status Action
@endif
@if ($edit == 1) @endif @include('partials/footer')