@extends('template.coin.layouts.admin-base') @section('title', __('Active User')) @section('css') @endsection @section('content') @if(Session::has('sucmessage'))
@endif
Add Plan
@if(!empty($plans)) @foreach($plans as $plan)
{{$plan->name}}
$

{{$plan->min_price}}

  • Max Price: {{number_format($plan->max_price,2,'.',',')}}
  • Intervals: {{$plan->intervals}}
  • ROI: {{$plan->percs}}%
Duration
{{$plan->duration}} {{$plan->duration_time}}
@endforeach @endif
@endsection @section('scripts') @endsection