@extends('admin.layout.master') @section('title', 'Dashboard') @section('content')

{{$events->name}} -Participant List

@forelse ($data as $key=>$value) @empty @endforelse
S.no Name Club Category Level Dob Gender Phone Actions
{{ $key + 1 }} {{ $value->name }} {{ $value->clubname }} {!! $value->category !!} {!! $value->level !!} {{ date('M d, Y', strtotime($value->dob)) }} {!! $value->gender !!} {!! $value->contact_number !!} @if(Auth::user()->id==$eventcreater->userid) @endif
No record found...
@endsection @push('js') @endpush