@extends('layouts.staff-new') @section('content')
@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