@extends('layouts.admin') @section('content')
@session('success') @endsession @session('error') @endsession

all section right

create
@php $i = 0; @endphp @forelse ($sectionsRight as $sectionRight) @empty @endforelse
Sr.No Images Action
{{ ++$i }} sectionRight Image

No sectionsRight

{!! $sectionsRight->links('pagination::bootstrap-5') !!}
@endsection