@extends('shared.admin') @section('content')

Roles

All Roles

@for ($i = 0; $i < count($list); $i++) @php $m = $list[$i]; @endphp @endfor
ID Name Description Action
{{ (($current_page - 1) * $page_size + $i + 1) }} {{ $m->title }} {{ $m->description }}
@endsection