@extends('dashboard.base') @section('content')

List of APICTA DELEGATORS

You have {{$meeting}} New meeting requests

@if(Session::has('message')) @endif

Search Criteria



@foreach($buyers as $buyers) @endforeach
# Name Company Sector Website Email 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")) {{--
@method('DELETE') @csrf
--}} @else @endif
@endsection @section('javascript') @endsection