@extends('layouts.master') @section('content')

Master Role

@php $no=1; @endphp @foreach($role as $row) @endforeach
No Nama Role Action
{{$no++}} {{$row->nama}}
@endsection @section('js') @endsection