@extends('layouts.app') @section('title', 'Members') @section('styles') @endsection @section('content') List Of Managing Committee 2023-25 Home Members @foreach ($line1 as $l1) images") }}" alt="{{ $l1->name }}" width="295" height="295" style="background-color: #C3C8CE;" /> {{ $l1->name }} {{ $l1->title }} @endforeach @foreach ($line2 as $l2) images") }}" alt="{{ $l2->name }}" width="295" height="295" style="background-color: #C3C8CE;" /> {{ $l2->name }} {{ $l2->title }} @endforeach @if ($line3) Committee Members @foreach ($line3 as $l3) images") }}" alt="{{ $l3->name }}" width="295" height="295" style="background-color: #C3C8CE;" /> {{ $l3->name }} @endforeach @endif @endsection