@extends('layouts.app') @section('content')

Visitor

@foreach ($boothvisits as $booth) @endforeach
Member Contact Person Designation Email Phone1 Phone2 Website Address Visited At
{{ $booth->booths->company_name }} {{ $booth->booths->exhibitor->name }} {{ $booth->booths->exhibitor->title_designation }} {{ $booth->booths->exhibitor->email }} {{ $booth->booths->exhibitor->phone }} {{ $booth->booths->exhibitor->whatsapp }} {{ $booth->booths->website }} {{ $booth->booths->exhibitor->address }} {{ $booth->created_at }}
@endsection @section('scripts') @endsection