@extends('layouts.admin-club') @section('club-admin-content')
Manage your club information
{{ $club->club_name }}
{{ $club->slug }}
{{ $club->description ?? 'No description provided' }}
{{ $club->email ?? 'Not set' }}
@if($club->phone) {{ is_array($club->phone) ? implode(', ', $club->phone) : $club->phone }} @else Not set @endif
{{ $club->address ?? 'Not set' }}
{{ $club->currency ?? 'BHD' }}
{{ $club->timezone ?? 'Asia/Bahrain' }}
{{ $club->currency ?? 'BHD' }} {{ number_format($club->enrollment_fee ?? 0, 2) }}
{{ $club->gps_lat ?? 'Not set' }}
{{ $club->gps_long ?? 'Not set' }}