@extends('admin.layout.dashboard-template') @section('content')
| ID | Visible Code | Status | Assigned Agent | Assigned At | Action | |
|---|---|---|---|---|---|---|
| {{ $poster->id }} | {{ $poster->qr_unique_code }} | @if($poster->status == 'assigned') Assigned @else Unassigned @endif | {{ $poster->agent->name ?? '-' }} | {{ $poster->assigned_at ?? '-' }} | Download Poster | |
| No Posters Found | ||||||