@extends('admin.layouts.main') @section('content')

Edit Mining Plan

@if($errors->any()) @endif

Edit Mining Plan

Update the details of the mining plan.

@csrf @method('PUT')
The name of the mining plan.
A short tagline describing the plan.
A subtitle for mobile view.
FontAwesome icon class (e.g., fas fa-gem). Browse icons
Minimum investment amount.
Maximum investment amount (must be >= minimum).
Minimum daily return on investment percentage.
Maximum daily return on investment percentage (must be >= min).
Hourly return rate percentage (default: 0).
Lower numbers appear first (default: 0).
is_active) ? 'checked' : '' }}>
Check to make this plan active and visible.
Cancel
@endsection