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

Meetings {{ ucfirst($type) }} @if ($type == "P@SHA MEMBER" || $type == "") Print All P@SHA's Meetings @endif


@if ($type != "")

Select {{ ucfirst($type) }}


@if ($type == "sector")
@elseif ($type == "APICTA Delegates")
@elseif ($type == "P@SHA MEMBER")
@endif
@endif
@foreach ($meetings as $meeting) @endforeach
# Date Time P@SHA APICTA Location Sector
{{ $loop->iteration }} {{ date("d-m-Y", strtotime($meeting->date)) }} {{ $meeting->time }} {{ $meeting->company_name }} {{ $meeting->contact_name }} {{ $meeting->location }} {{ $meeting->exporter->industry }}
@endsection @section('javascript') @endsection