@extends('layouts.master') @section('title', 'White Listed') @section('css') @endsection @section('content')
WHITELISTED CONTACTS

@forelse ($data as $user ) @empty @endforelse
Mobile
{{$user->phone_number}}
Mobile
{{--
{{$data->render()}}
--}} Upload Contacts
@endsection @section('scripts') @endsection