@extends('layouts/default') {{-- Page title --}} @section('title') @parent @stop {{-- page level styles --}} @section('header_styles') @stop {{-- Page content --}} @section('content')

Permission

@if(Session::has('message'))

{{ Session::get('message') }}

@endif

{{$role->display_name}} Permissions List

@if(isset($permissions['GRN'][3]))
@endif @if(isset($permissions['GRN'][4]))
@endif
Cancel
@include('layouts.right_sidebar')
@stop {{-- page level scripts --}} @section('footer_scripts') @stop