@extends('layouts.dashboard') @section('content')
@include('notification')
Exhibitor
Add Exhibitor
@foreach($exhibitors as $key => $exhibitor) @if($key > 0) @else @endif @endforeach
{{ $key + 1 }} {{ $exhibitor->profile ? $exhibitor->profile->company_name : '-' }} {{ $exhibitor->name }} {{ $exhibitor->email }} {{ $exhibitor->profile ? $exhibitor->profile->mobile : '-' }}
@csrf @method('DELETE')
- - -
@endsection