@extends('layouts.master') @section('css') @endsection @section('content')
| Sr. No | Name | Contact | Institute | Designation | Profile | Action | @if (count($faculties) > 0) @php $i = $faculties->perPage() * ($faculties->currentPage() - 1) + 1; @endphp @foreach ($faculties as $faculty)|||
|---|---|---|---|---|---|---|---|---|---|
| {{ $i++ }} | {{ $faculty->title }} {{ $faculty->name ?? '' }} | {{ $faculty->email ?? '' }} | {{ $faculty->contact ?? '' }} | {{ $faculty->institute ?? '' }} | {{ $faculty->designation ?? '' }} | @if ($faculty->image) @endif | |||
| No Data Found | |||||||||