@extends('user.layouts.app') @section('body_class', 'sports foodB') @section('content')

FOOD AND BEVERAGE

Amidst its historic architecture and scenic beauty, experience unparalleled dining atThe Tollygunge Club, where every meal is a celebration. Choose from 6 restaurant-cum-bars, 3 dedicated bars andapastry shop.

@foreach($food_categories_data as $category)

{{$category->title}}

{!!$category->description!!}
@endforeach
@endsection @section('footer') @endsection