@extends($layout) @section('content')
@include('errors.errors')
@if(checkRole(getUserGrade(2))) @endif

{{ $title }}

{!! Form::open(array('url' => URL_USERS_JSONIMPORT, 'method' => 'POST', 'novalidate'=>'','name'=>'formUsersJsonImport ', 'files' => true)) !!}
{{ Form::label('content', 'Файл для импорта') }}
{!! Form::close() !!}
@endsection @section('footer_scripts') @include('common.validations') @include('common.alertify') @stop