@extends('backend.layouts.master') @section('pageTitle') Role @endsection @section('bodyCssClass') @endsection @section('pageContent')

Role List

@foreach($roles as $role) @endforeach
# Name Action
{{$loop->iteration}} {{ $role->name }} @if($role->id != AppHelper::USER_ADMIN)
@endif @if($role->deletable)
@csrf
@endif
# Name Action
@endsection @section('extraScript') @endsection