@extends('layouts.master') @section('content')
View menu roles list

Form Add new menu roles

@if(Session::has('message'))
{{Session::get('message')}}
@endif
{{ csrf_field() }}

Select the role

@if ($errors->has('role_id')) {{ $errors->first('role_id') }} @endif

Check the menus

@foreach($menuss as $m)
@endforeach
@stop @section('page-script') @stop