@extends('admin.layouts.master') @section('main-content')

{{ __('Roles') }}

{{ Breadcrumbs::render('role/view') }}
@csrf

{{ __('Permission') }} - ( {{ $role->name }} )

{{ __('#') }} {{ __('Module Name') }} {{ __('Create') }} {{ __('Edit') }} {{ __('Delete') }} {{ __('Show') }}
@endsection @section('scripts') @endsection