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

Member

@foreach ($boothsvisited as $booths) @endforeach
Country Province/State Name Designation Company Email Visited At
{{$booths->visiterbooths->country}} {{$booths->visiterbooths->state}} {{$booths->visiterbooths->name}} {{$booths->visiterbooths->designation}} {{$booths->visiterbooths->company}} {{$booths->visiterbooths->email}} {{$booths->created_at}}
@endsection @section('scripts') @endsection