@extends('layouts.app') @section('page_css') @parent @endsection @section('header_scripts') @parent @endsection @section('content') @php //dd($has_rights); @endphp @if(@$has_rights['list'])
{{ $page_title }}
@if($has_rights['add_user']) Add @endif @if($has_rights['alot']) Allot Mentors @endif
@if(@$records) @foreach($records as $record) @php $session_master_id = $record->session_master_id; @endphp @endforeach @else @endif
S.No. Batch Action
{{ @$records->firstItem() + $loop->index }} {{ $record->batch_caption }}
@if(@$has_rights['view_details']) @endif @if(@$has_rights['edit']) @endif
No Record Found
@if(@$records->count()>0)
showing {{ @$records->firstItem() }} to {{ @$records->lastItem() }} of {{ @$records->total() }}
{!! @$records->appends(request()->except(['page']))->links() !!}
@endif
@endif @endsection @section('modals') @parent @endsection @section('page_scripts') @parent @endsection