@extends('layouts.master') @section('css') @endsection @section('content')
| Sr. No | Year | President | Vice President | Secretary | Treasurer | Action | @if (count($pastOffBearers) > 0) @php $i = $pastOffBearers->perPage() * ($pastOffBearers->currentPage() - 1) + 1; @endphp @foreach ($pastOffBearers as $pastOffBearer)|||
|---|---|---|---|---|---|---|---|---|---|
| {{ $i++ }} | {{ $pastOffBearer->year ?? '' }} | {{ $pastOffBearer->president->name ?? '' }} | {{ $pastOffBearer->vicePresident->name ?? '' }} | {{ $pastOffBearer->secretary->name ?? '' }} | {{ $pastOffBearer->treasurer->name ?? '' }} | ||||
| No Data Found | |||||||||