@extends('layouts.master') @section('css') @endsection @section('content')

Past Office Bearers ({{ $pastOffBearers->total() }})

name) value="{{ $request->name }}" @endif>
@if (count($pastOffBearers) > 0) @php $i = $pastOffBearers->perPage() * ($pastOffBearers->currentPage() - 1) + 1; @endphp @foreach ($pastOffBearers as $pastOffBearer) @endforeach @else @endif
Sr. No Year President Vice President Secretary Treasurer Action
{{ $i++ }} {{ $pastOffBearer->year ?? '' }} {{ $pastOffBearer->president->name ?? '' }} {{ $pastOffBearer->vicePresident->name ?? '' }} {{ $pastOffBearer->secretary->name ?? '' }} {{ $pastOffBearer->treasurer->name ?? '' }}
No Data Found
{{ $pastOffBearers->appends(Request::all())->links() }}
@endsection @section('js') @endsection