@extends('admin.partials.layout') @section('css') @endsection @section('content')

Payments List

Search

All Payments List

@if(Auth::user()->permission('payments.create')) Create New @endif
@if(Auth::user()->permission('payments.list'))
# Date Agreement Description Debit Credit Action
@endif
@endsection @section('js') @endsection