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