@extends('admin.layouts.main') @section('title', 'Edit Hosting - ' . $hostingAccount->domain) @section('menu', 'Hosting') @section('content')
@csrf @method('PUT')
Hosting Account Details
@if ($errors->has('user_id')){{ $errors->first('user_id') }}@endif
@if ($errors->has('product_id')){{ $errors->first('product_id') }}@endif
@if ($errors->has('server_id')){{ $errors->first('server_id') }}@endif
@if ($errors->has('domain')){{ $errors->first('domain') }}@endif
@if ($errors->has('username')){{ $errors->first('username') }}@endif
@if ($errors->has('password')){{ $errors->first('password') }}@endif
@if ($errors->has('package_name')){{ $errors->first('package_name') }}@endif
@if ($errors->has('billing_cycle_id')){{ $errors->first('billing_cycle_id') }}@endif
Dates & Pricing
@if ($errors->has('registration_date')){{ $errors->first('registration_date') }}@endif
@if ($errors->has('next_due_date')){{ $errors->first('next_due_date') }}@endif
@if ($errors->has('registration_price')){{ $errors->first('registration_price') }}@endif
@if ($errors->has('renewal_price')){{ $errors->first('renewal_price') }}@endif
Status
@if ($errors->has('status')){{ $errors->first('status') }}@endif
Publish
Back
@endsection @push('custom-stylesheets') @endpush @push('custom-scripts') @endpush