@extends('layouts.master') @section('content')

All Registrations

Complete list of registered users

@foreach ($registrations as $reg) @endforeach
ID Name Phone Email Total Score Created
#{{ $reg->id }} {{ $reg->name ?? '-' }} {{ $reg->phone }} {{ $reg->email ?? '-' }} {{ $reg->total_score }} {{ $reg->created_at->format('Y-m-d') }}
Showing {{ $registrations->firstItem() }} - {{ $registrations->lastItem() }} of {{ $registrations->total() }}
{{ $registrations->links() }}
@endsection