@extends('layouts.backend') @section('extraCss') @endsection @section('mainContentArea')

Group Manager

@foreach ($grouplist as $key => $group) @endforeach
S.No Name Description Actions
{{$key + $grouplist->firstItem() }} {{ empty($group->name) ? 'N/A' : $group->name }} {{ empty($group->details) ? 'N/A' : $group->details }}
@php if($grouplist->count() > 0) { @endphp {!! $grouplist->appends(request()->input())->links() !!} @php } @endphp
@endsection @section('extraJs') @endsection