+ Filiale anlegen
@forelse($branches as $branch) @empty @endforelse
Filiale JTL-ID Adresse Benutzer Status Aktionen
{{ substr($branch->name, 0, 2) }}
{{ $branch->name }}
{{ $branch->jtl_branch_id ?: '-' }} {{ $branch->address ?: '-' }} {{ $branch->users_count }} {{ $branch->is_active ? 'Aktiv' : 'Inaktiv' }}
Bearbeiten
@csrf @method('PATCH')
Noch keine Filialen. Erste Filiale anlegen
@if($branches->hasPages())
{{ $branches->links() }}
@endif