@extends('sidebaradmin')
@section('content')
@foreach ($club as $item)
Photo
Nama Club
Olahraga
Contact
Kecamatan
Action
@endforeach
{{ $item->organisasi }}
{{ $item->club->olahraga->name }}
{{ $item->no_telp }}
{{ $item->kecamatan->name }}
@if ($item->persetujuan == 0)
@else
Anggota
@endif