@extends('website.layouts.web-layouts') @section('title', 'FBCCI | Member') @section('description', 'FBCCI Member') @section('image', $siteSetting->logo) @section('url', url()->full()) @section('content') {{-- bread-cumb --}}
@foreach ($committees as $key => $committee) @endforeach
# Title Category Session Total Member
{{ $key + 1 }} {{ $committee->title }} {{ $committee->category->title }} {{ $committee->session->title }} {{ $committee->total_member }}
@endsection