@extends('admin.layout.dashboard-template') @section('content')
@if(\Session::get('success')) @endif {{ \Session::forget('success') }} @if(\Session::get('error')) @endif

QR Posters

@csrf
@if(session('success'))
{{ session('success') }}
@endif
@csrf
@csrf
@forelse($posters as $poster) @empty @endforelse
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
{{ $posters->links() }}
@endsection