@extends('user.layouts.app') @section('body_class', 'affiliated') @push('styles') @endpush @section('content')
{{--{!! $club->description !!}
| {{ $club->club_name }} | ||
|---|---|---|
| Address | : | {!! $club->address !!} |
| Phone | : | {{ $club->phone }} |
| Fax | : | @if (!empty($fax) && $fax !== '00000000') {{ $club->fax }} @else - @endif |
| : | {{ $club->email }} | |
| Website | : | {{ $club->website_link }} |
| Accommodation | : | {{ $club->has_accomodation ? 'Yes' : 'No' }} |
| {{ $club->club_name }} | ||
|---|---|---|
| Address | : | {!! $club->address !!} |
| Phone | : | {{ $club->phone }} |
| Fax | : | @if (!empty($fax) && $fax !== '00000000') {{ $club->fax }} @else - @endif |
| : | {{ $club->email }} | |
| Website | : | {{ $club->website_link }} |
| Accommodation | : | {{ $club->has_accomodation ? 'Yes' : 'No' }} |
| {{ $club->club_name }} | ||
|---|---|---|
| Address | : | {!! strip_tags($club->address, ' ') !!} |
| Phone | : | {{ $club->phone }} |
| : | {{ $club->email }} | |
| Website | : | {{ $club->website_link }} |
| Accommodation | : | {{ $club->has_accommodation === 'yes' ? 'Yes' : 'No' }} |
| {{ $club->club_name }} | ||
|---|---|---|
| Address | : | {!! strip_tags($club->address, ' ') !!} |
| Phone | : | {{ $club->phone }} |
| : | {{ $club->email }} | |
| Website | : | {{ $club->website_link }} |
| Accommodation | : | {{ $club->has_accommodation === 'yes' ? 'Yes' : 'No' }} |