@extends('admin/layouts/default') {{-- Web site Title --}} @section('title') Permission Create @parent @stop {{-- Content --}} @section('content') Permission Create Dashboard Permission Create Permission Create Roles Please Select Role @foreach($roles as $role) {{$role->name}} @endforeach @lang('button.cancel') @lang('button.save') @stop