@extends('adminlte::page') @section('title', 'Add Permission') @section('content_header')

Add Permission

@stop @section('content') @include('errors') @if(session()->has('message'))

Success!

{{ session()->get('message') }}
@endif
{{ csrf_field() }}
@foreach( $roles as $role )
@endforeach
@stop