@extends('layouts.app') @section('styles')
@endsection @section('content')
Private Hosting
Private Hosting Form
@csrf
Plan information
OS
CentOS
Windows Server
Control Panel
Plesk
Cpanel
Plan name
Visibility
(Visibility on order page)
status) ? ($data->status == 1 ? 'checked' : '') : 'checked' }}>
Visible
status) ? ($data->status == 0 ? 'checked' : '') : '' }}>
Invisible
Contract prices
(Price per month or year)
@if($mode == "add" || empty($data->prices))
Unit Amount
Unit
Month
Year
Price Amount
(Number Only)
Discount %
(Number Only)
Add
@else @foreach($data->prices as $k => $v)
@if($k == 0)
Unit Amount
@endif
@if($k == 0)
Unit
@endif
Month
Year
@if($k == 0)
Price Amount
(Number Only)
@endif
@if($k == 0)
Discount %
(Number Only)
@endif
@if($k == 0)
Add
@else
@endif @endforeach @endif
Web Space prices
@foreach($options->webspace as $k => $v)
0 ? "style=display:none" : "" }}>Storage Amount (GB)
0 ? "style=display:none" : "" }} >Monthly Price Amount
0 ? "style=display:none" : "" }} >Monthly Discount %
0 ? "style=display:none" : "" }} >Yearly Price Amount
0 ? "style=display:none" : "" }} >Yearly Discount %
@if($k == 0)
Add
@else
@endif @endforeach
Additional IP prices
@foreach($options->ip as $k => $v)
0 ? "style=display:none" : "" }}>IP Amount
0 ? "style=display:none" : "" }}>Monthly Price Amount
0 ? "style=display:none" : "" }}>Monthly Discount %
0 ? "style=display:none" : "" }}>Yearly Price Amount
0 ? "style=display:none" : "" }}>Yearly Discount %
@if($k == 0)
Add
@else
@endif @endforeach
Save
Cancel
Month
Year
@endsection('content') @section('scripts')
@endsection