+ @if (session('status'))
+
+ {{ session('status') }}
+
+ @endif
+
+ @if (session('error'))
+
+ {{ session('error') }}
+
+ @endif
+
+
+
+
+
+
+
+
+
+
+
+
+ | Nazwa |
+ Data dodania |
+ Akcje |
+
+
+
+ @forelse($advanceTypes as $type)
+
+ | {{ $type->name }} |
+
+ {{ $type->created_at ? $type->created_at->format('d.m.Y') : '-' }}
+ |
+
+
+
+
+
+
+
+ |
+
+ @empty
+
+ |
+ Brak zdefiniowanych rodzajów zaliczek.
+ |
+
+ @endforelse
+
+
+
+
+
+
+