{{-- Messages --}}
@if (session()->has('message'))
{{ $submitIcos->links() }}
@endif
{{ session('message') }}
@endif
{{-- Header --}}
@if(!$formMode)
@endif
{{-- Form --}}
@if($formMode)
@endif
{{-- View Mode Details --}}
@if($viewMode && !$updateMode)
@endif
{{-- Table --}}
@if(!$formMode)
Submit ICO Requests
{{ $updateMode ? 'Edit Submit ICO' : ($viewMode ? 'View Submit ICO' : 'Submit ICO Details') }}
{{ $coin_name ?? '-' }}
{{ $symbol ?? '-' }}
@if ($image && is_object($image))
@elseif ($image && is_string($image))
{{-- Existing image from database --}}
@endif
{{ $launchpad ?? '-' }}
{{ $website ?? '-' }}
{{ $start_time ?? '-' }}
{{ $end_time ?? '-' }}
{{ $ico_price ?? '-' }}
{{ $soft_cap ?? '-' }}
{{ $hard_cap ?? '-' }}
{{ $twitter ?? '-' }}
{{ $telegram ?? '-' }}
{{ $discord ?? '-' }}
@if($submit_flag == 1) Pending @elseif($submit_flag == 2) Approved @else - @endif
{{ $description ?? '-' }}
| # | Image | Coin Name | Symbol | Type | Launchpad | Start Time | Status | Created At | Action |
|---|---|---|---|---|---|---|---|---|---|
| {{ $index + 1 + ($submitIcos->currentPage() - 1) * $submitIcos->perPage() }} |
@if($ico->image)
|
{{ $ico->coin_name ?? '-' }} | {{ $ico->coin_name ?? '-' }} | @if($ico->ico_ido_type === 0) ICO @elseif($ico->ico_ido_type == 1) IDO @elseif($ico->ico_ido_type == 2) IEO @elseif($ico->ico_ido_type == 3) Presale @else Unknown @endif | {{ $ico->launchpad ?? '-' }} | {{ $ico->start_time ? \Carbon\Carbon::parse($ico->start_time)->format('d M Y') : '-' }} | @if($ico->submit_flag == 1) Pending @elseif($ico->submit_flag == 2) Approved @else Unknown @endif | {{ $ico->created_at->format('d M Y') }} | |
| No records found | |||||||||