@extends('frontend.layouts.app') @section('content') @foreach($club_data as $club_data)
{{ $club_data->title }}
@endforeach @endsection