Added errors alert to yabs index

Added errors alert to yabs index
This commit is contained in:
cp6 2022-02-20 16:19:31 +11:00
parent d70f4c4453
commit c3f1a021b3

View File

@ -10,6 +10,7 @@
<x-delete-confirm-modal></x-delete-confirm-modal> <x-delete-confirm-modal></x-delete-confirm-modal>
<x-card class="shadow mt-3"> <x-card class="shadow mt-3">
<a href="{{ route('yabs.create') }}" class="btn btn-primary mb-3">Add YABs</a> <a href="{{ route('yabs.create') }}" class="btn btn-primary mb-3">Add YABs</a>
<x-errors-alert></x-errors-alert>
<x-success-alert></x-success-alert> <x-success-alert></x-success-alert>
<div class="table-responsive"> <div class="table-responsive">
<table class="table table-bordered"> <table class="table table-bordered">