@extends('master_layout.app') @section('style') @endsection @section('content')

Role Management

@foreach ($roles as $role) @endforeach
Role Name Action
{{ $role->name }}
@if (isset($modPer) && $modPer->edit == 1) Edit @endif @if (isset($modPer) && $modPer->delet == 1) Delete @endif
@endsection @section('script') @endsection