@extends('admin.staking.layouts.master', ['menu' => 'staking_offer_list', 'sub_menu' => 'list']) @section('title', isset($title) ? $title : '') @section('style') @endsection @section('content')
{{ __('Coin Type') }} | {{ __('Period') }} | {{ __('Percentage') }} | {{ __('Minimum Investment') }} | {{ __('Maximum Investment') }} | {{ __('Terms Type') }} | {{ __('Status') }} | {{ __('Actions') }} |
---|---|---|---|---|---|---|---|
{{ $offer->coin_type }} | {{ $offer->period }} | {{ $offer->offer_percentage }} | {{ $offer->minimum_investment }} | {{ $offer->maximum_investment }} | {{ getTermsTypeListStaking($offer->terms_type) }} |
|