@extends('Admin/layout/master') @section('title', 'Role List') @section('content')
Role List
@foreach ($roles as $index => $role) @endforeach
Index Role Action
{{ ++$index }} {{ $role->name }}
@endsection