@extends('_version_01.iot.layouts.admin') @section('content') {!! Form::model($model, ['class'=>'form-horizontal']) !!} @include('_version_01.commons.layouts.partials._alert')
{{App\Language::trans('Project Setting')}}

Project Setting

{!! Form::label('code', App\Language::trans('Storage Space'), ['class'=>'control-label col-md-12']) !!}
Item Value
Source Project {{ $storage['source_storage'] }}
Available Storage {{ $storage['device_storage'] }}
Status {{ $storage['status'] }}
{!! Form::label('code', App\Language::trans('Source Project Folder Name'), ['class'=>'control-label col-md-12']) !!}
{!! Form::text('source_folder_name', $model['source_folder_name'], ['class'=>'form-control','required','readonly']) !!} {!!$errors->first('source_folder_name', '')!!}
{!! Form::label('code', App\Language::trans('Destination Project Folder Name'), ['class'=>'control-label col-md-12']) !!}
{!! Form::text('project_folder_name', null, ['class'=>'form-control','required']) !!} {!!$errors->first('project_folder_name', '')!!}

Create Database

Project Data will be created after clicking the create and next button , it will take around 30 minutes to complete .
@php $class = $is_db_created == false ? 'fa fa-times' : 'fa fa-check'; @endphp

Create Project Folder

Neccessary project file will be created in few minutes , click create and next button to proceed.
@php $class = $is_project_folder_created == false ? 'fa fa-times' : 'fa fa-check'; @endphp

Confirmation