@extends('layouts.common') @section('title') Laiqa | Admin @endsection @section('content')

Unregistered User

@foreach ($list as $key => $val) @endforeach
ID Phone Registered On
{{ $loop->iteration }} {{ $val->user_phone }} {{ $val->created_at }}
@endsection @section('scripts') @endsection