@extends('admin.staking.layouts.master', ['menu' => 'staking_offer_list', 'sub_menu' => 'list']) @section('title', isset($title) ? $title : '') @section('style') @endsection @section('content')
  • {{ $title }}
@if (isset($offer_list)) @foreach ($offer_list as $offer) @endforeach @endif
{{ __('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) }}
@endsection @section('script') @endsection