@extends('layouts.staff-new') @section('content') Home Promissory Notes Active @if ($errors->any()) @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif Promissory Notes Create New Note @component('components.staff_promissory_note_table_list', ['promissoryNotes'=> $promissoryNotes]) @endcomponent @endsection @section('page-js') @endsection