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

List Of P@SHA MEMBERS

You have {{$meeting}} New meeting requests

@if(Session::has('message')) @endif @if($errors->any()) @endif

Search Criteria



@foreach($exporters as $exporter) {{-- --}} @endforeach
# Company Name Sector Website Contact Name Phone Email Country
{{ $loop->iteration }} {{ $exporter->company_name }} {{ $exporter->industry }} @if($exporter->website != "N/A") Visit @endif {{ $exporter->contact_name }} {{ $exporter->phone }} {{ $exporter->email }} {{ $exporter->country }} {{ $exporter->description }} About @if(str_contains(Auth::user()->menuroles, "admin")) {{--
@method('DELETE') @csrf
--}} @else @endif
{{-- Modal contact --}} @endsection @section('javascript') @endsection