@extends ('core.layouts.app') @section ('title', trans('labels.backend.hrms.management') . ' | ' . trans('labels.backend.hrms.create')) @section('page-header')

{{ trans('labels.backend.hrms.management') }} {{ trans('labels.backend.hrms.create') }}

@endsection @section('content')

{{ trans('labels.backend.hrms.create') }}

@include('focus.hrms.partials.hrms-header-buttons')
{{ Form::open(['route' => 'biller.hrms.roles', 'class' => 'form-horizontal', 'role' => 'form', 'method' => 'post','files' => true, 'id' => 'create-hrm']) }}
{{ Form::label( 'role', trans('hrms.role'),['class' => 'col-lg-2 control-label']) }}
@if(@$hrms->role['id'])
@foreach($permissions_all as $row)
@endforeach
@endif
{{ Form::close() }}
@endsection @section('after-scripts') @endsection