@extends('layouts.admin') @section('title', 'Create & Manage Bags') @section('content')
Create new bags and view recent ones.
| Tracking ID | Actions |
|---|---|
| {{ $item->parcel->tracking_id }} |
| Bag Number | Destination | Parcels | Created At | Actions |
|---|---|---|---|---|
| {{ $bag->bag_number }} | — | {{ $bag->items_count ?? $bag->items->count() }} | {{ $bag->created_at->format('d M, Y H:i') }} | Print Manifest |
| No bags created yet. | ||||