@extends('layouts.app') @section('title', 'Video Packing') @section('content')
Semua rekaman packing · Cari dan filter video / Search and filter packing recordings
| Nomor Resi | Durasi | Ukuran | Aksi | |||
|---|---|---|---|---|---|---|
| {{ $package->resi_number }} | {{ $package->video ? gmdate('i:s', $package->video->duration_seconds) : '—' }} | {{ $package->video ? $package->video->fileSizeFormatted() : '—' }} | @if($package->video) @else Belum ada video @endif | |||
|
🎥
Belum ada video No recordings found — videos appear here after packing |
||||||