@extends('layouts.app') @section('title','Show') @section('content')

Show

View All
@foreach($role->permissions as $per)
@endforeach
@endsection @push('js') @endpush