This commit is contained in:
Cüneyt Şentürk
2021-06-19 23:02:07 +03:00
parent 5c5b890942
commit 62bb74d6a0
7 changed files with 187 additions and 79 deletions

View File

@ -1,5 +1,5 @@
@if ($notifications->total())
<div class="card" id="import">
<div class="card" id="imports">
<div class="card-header">
<div class="row align-items-center">
<div class="col-8">
@ -31,7 +31,9 @@
'count' => $notification->total_rows
]) !!}
@else
{!! $notification->message !!}
@foreach ($notification->errors as $error)
{!! $error !!}
@endforeach
@endif
</td>