@extends('layouts.master') @section('title', 'White List') @section('css') @endsection @section('content')
Upload Contacts
@csrf

NOTE

  • The file to you select should be either of .xlsx or .csv
  • Ensure the file also has one column only with title of Phone numbers
@endsection