@extends('layouts.app') @section('title', 'Members') @section('styles') @endsection @section('content')
@foreach ($line1 as $l1) @endforeach
@foreach ($line2 as $l2) @endforeach
@if ($line3)

Committee Members

@endif
@endsection