@extends('layouts.app') @section('content')
{!! Form::open(array('url'=>'sximo/rac?return='.$return, 'class'=>'form-horizontal form-material validated','files' => true , 'parsley-validate'=>'','novalidate'=>' ')) !!}
RestAPI Client {!! Form::hidden('id', $row['id']) !!}
@if($row['id'] !='')
{!! Form::text('apikey', $row['apikey'],array('class'=>'form-control', 'placeholder'=>'','readonly'=>'1' ,'style'=>'background : #f0f0f0 !important;' )) !!}

Use this apikey with useremail as basic authorization access to all your registered modules

@endif
{!! Form::hidden('created', $row['created']) !!}
{!! Form::close() !!}
@stop