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

E-poster ({{ $eventEPosters->total() }})

@if (count($eventEPosters) > 0) @php $i = $eventEPosters->perPage() * ($eventEPosters->currentPage() - 1) + 1; @endphp @foreach ($eventEPosters as $row) @endforeach @else @endif
Sr. No Title Presenter Name Category Abstract ID Index Status Action
{{ $i++ }} {{ $row->title ?? '' }} {{ $row->user->name ?? '' }} {{ $row->EPosterCategory->name ?? '' }} {{ $row->abstract_id ?? '' }}
{{ $row->index ?? '' }}
No Data Found
{{ $eventEPosters->appends(Request::all())->links() }}
@endsection @section('js') @endsection