@extends('layouts.admin_layout') @section('content')

Bot Models

Go to main website
View →

All Available Packages


@forelse($plans as $plan) @empty

No Created Packages.




@endforelse
Plan Name Min Amount Max Amount Actions

{{ $plan->name }}

USDT {{ number_format($plan->min_fund, 2) }} USDT {{ number_format($plan->max_fund, 2) }}
@csrf @method('delete')
@endsection