@extends('layouts.master')
@section('title', 'White Listed')
@section('css')
@endsection
@section('content')
WHITELISTED CONTACTS
| Mobile |
@forelse ($data as $user )
| {{$user->phone_number}} |
@empty
@endforelse
| Mobile |
{{--
{{$data->render()}}
--}}
Upload Contacts
@endsection
@section('scripts')
@endsection