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