@extends('admin.layouts') @section('title', 'Notification') @section('header') @endsection @section('content')
| S/N | Phone | Company Address | Action | ||
|---|---|---|---|---|---|
| {{ $index + 1 }} | {{ $contact->phone_number }} | {{ $contact->wtsapp_number }} | {{ $contact->email }} | {{ $contact->company_address }} |
|