@extends('layouts.app') @section('styles') @endsection @section('content')
@csrf

Plan information

status) ? ($data->status == 1 ? 'checked' : '') : 'checked' }}>
status) ? ($data->status == 0 ? 'checked' : '') : '' }}>

Contract prices (Price per month or year)

@if($mode == "add" || empty($data->prices))
@else @foreach($data->prices as $k => $v)
@if($k == 0) @endif
@if($k == 0) @endif
@if($k == 0) @endif
@if($k == 0) @endif
@if($k == 0)
@else
@endif @endforeach @endif

OS prices

@foreach($options->os as $k => $v)
@if($k == 0)
@else
@endif @endforeach

Disk prices

@foreach($options->disk as $k => $v)
@if($k == 0)
@else
@endif @endforeach
@endsection('content') @section('scripts') @endsection