@extends('layouts.layout-2') @section('content')

DHL Cockpit

{{ number_format($stats['total_shipments']) }}
Sendungen gesamt
{{ number_format($stats['pending_shipments']) }}
In Bearbeitung
{{ number_format($stats['shipped_today']) }}
Heute versandt
{{ number_format($stats['returns_count']) }}
Retouren
Filter & Suche
Sendungsübersicht
{{-- Data will be loaded by DataTables --}}
# Typ Bestellung Kunde Sendungsnummer Status Tracking-Status Gewicht Erstellt Aktionen
{{-- Pagination will be handled by DataTables --}}
@endsection @section('scripts') @endsection