@extends('dashboard.base') @section('content')
You have {{$meeting}} New meeting requests
| # | Name | Company | Sector | Website | Mobile/Whatsapp | |||
|---|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $buyers->contact_name }} | {{ $buyers->company_name }} | {{ $buyers->industry }} | {{ $buyers->website }} | {{ $buyers->email }} | {{ $buyers->whatsapp }} | {{ $buyers->country }} | About @if (str_contains(Auth::user()->menuroles, "admin")) Edit @endif @if (str_contains(Auth::user()->menuroles, "admin")) {{-- --}} @else @endif |