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

Dashboard Sponsor Links ({{ $eventDashboardSponsorLinks->total() }})

@if (count($eventDashboardSponsorLinks) > 0) @php $i = $eventDashboardSponsorLinks->perPage() * ($eventDashboardSponsorLinks->currentPage() - 1) + 1; @endphp @foreach ($eventDashboardSponsorLinks as $eventSponsorLink) @endforeach @else @endif
Sr. No Name Link Image Index Action
{{ $i++ }} {{ $eventSponsorLink->name ?? '' }} {{ $eventSponsorLink->link ?? '' }} @if ($eventSponsorLink->image) @endif {{ $eventSponsorLink->index ?? '' }}
No Data Found
{{ $eventDashboardSponsorLinks->appends(Request::all())->links() }}
@endsection @section('js') @endsection