@extends ('backend.layouts.app') @section ('title', 'Organization Management' . ' | ' . 'Assign Organization') @section('after-styles') {{ Html::style('css/category.css') }} {{ Html::style('js/select2/select2.min.css') }} @endsection @section('page-header')

Organization Management Assign Organization

@endsection @section('content') {{ Form::open(['route' => 'admin.group.assign', 'id' => 'groupassignform', 'class' => 'form-horizontal', 'role' => 'form', 'method' => 'post', 'enctype' => 'multipart/form-data']) }}

Input Organization ID#

{{ Form::label('name', 'Organiation ID #', ['class' => 'col-lg-2 control-label']) }}
{{ Form::text('organizationid', null, ['class' => 'form-control', 'maxlength' => '191', 'required' => 'required', 'autofocus' => 'autofocus', 'placeholder' => 'Org ID #']) }}
{{ Form::submit('Submit', ['class' => 'btn btn-success btn-md', 'style' => 'width:100px !important;']) }}
{{ link_to_route('admin.group.index', trans('buttons.general.cancel'), [], ['class' => 'btn btn-danger btn-md', 'style' => 'width:100px !important;']) }}
{{--
--}}
{{--
--}} {{ Form::close() }} @endsection @section('after-scripts') {{ Html::script('js/backend/access/users/script.js') }} {{ Html::script("js/select2/select2.full.min.js") }} @endsection