@extends('layouts.app') @section('title', 'Video Packing') @section('content')

Video Packing

Semua rekaman packing · Cari dan filter video / Search and filter packing recordings

{{-- Filter bar --}}
@if(request()->hasAny(['resi','date','status'])) Reset @endif
{{-- Table --}}
@forelse($packages as $package) @empty @endforelse
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

@if($packages->hasPages())
{{ $packages->links() }}
@endif
@endsection