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

Add Mining Plan

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

Add New Mining Plan

Fill in the details to create a new mining plan.

@csrf
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).
Check to make this plan active and visible.
Cancel
@endsection