{{-- Extends layout --}} @extends('layout.default') {{-- Content --}} @section('content')
@foreach ($events as $row)
@if($row->logo1)
igci
@else
igci
@endif
{{ $row ->Name }} {{ $row ->city }}
Start Date {{ $row ->EventDate }}
End Date {{ $row ->EndDate }}
@foreach($row->eventcategory as $category) @endforeach @foreach($row->eventcategory as $category) @endforeach
{{ $category->categoryname}}
{{ $category->participant_count}}
Pic
{{$row->eventParticipants->count()}}
@endforeach
@endsection {{-- Styles Section --}} @section('styles') @endsection {{-- Scripts Section --}} @section('scripts') {{-- vendors --}} {{-- page scripts --}} @endsection