@extends('layouts.gym-merchant.gymbasic') @section('CSS') {!! HTML::style('admin/global/plugins/bootstrap-select/css/bootstrap-select.min.css') !!} @stop @section('content')
Assign Permission
{!! Form::open(['id'=>'profileUpdateForm','class'=>'ajax-form form-horizontal form-bordered form-row-stripped','method'=>'POST','files' => true]) !!}

Role: {{ ucfirst($role->name) }}


@foreach($permissions_all as $perm)
permission_id == $perm->id) checked @endif @endforeach class="md-check">
@endforeach
{!! Form::close() !!}
@stop @section('footer') {!! HTML::script('admin/global/plugins/bootstrap-select/js/bootstrap-select.min.js') !!} {!! HTML::script('admin/pages/scripts/components-bootstrap-select.min.js') !!} @stop