@extends('layouts.master') @section('page_title', 'Exam Pins') @section('content')
| S/N | Pin | Used By | User Type | Used For Student | Date Used |
|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $up->code }} | {{ $up->user->name }} | {{ $up->user->user_type }} | {{ $up->student->name }} | {{ $up->updated_at }} |