@extends('layouts.admin-new') @section('content') Home Payday Notes Active @if ($errors->any()) @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif Active Principal (₦{{number_format($totalActive, 2)}}) Active Current Value (₦{{number_format($totalCurrent, 2)}}) Create New Note @component('components.admin_promissory_note_table_list', ['promissoryNotes'=> $promissoryNotes]) @endcomponent @endsection @section('page-js') @endsection