@extends('_version_01.iot.layouts.admin') @section('content') {!! Form::model($model, ['class'=>'form-horizontal']) !!} @include('_version_01.commons.layouts.partials._alert')
Item | Value |
---|---|
Source Project | {{ $storage['source_storage'] }} |
Available Storage | {{ $storage['device_storage'] }} |
Status | {{ $storage['status'] }} |
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
Database
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
Project File