@extends('layouts.master') @section('content')
{{$title}}
@if(\Auth::user()->utype==1) Roles List

@endif
{{ csrf_field() }}
{{ $errors->first('name') }}
{{ $errors->first('display_name') }}

@foreach($all_permissions as $value)
@endforeach {{ $errors->first('permission') }}
Cancel
@stop @section('script') @if(Session::has('msg'))
×   {{Session::get('msg')}}
@endif @stop