User Profile
@if (session('success'))
{{ session('success') }}
@endif @if (session('error'))
{{ session('error') }}
@endif
{{-- Success and Error Messages --}} @if (session()->has('success'))
{{ session('success') }}
@endif @if (session()->has('error'))
{{ session('error') }}
@endif
@if (session()->has('success'))
{{ session('success') }}
@endif @if (session()->has('error'))
{{ session('error') }}
@endif

Forgot Password

Enter your email address below to reset your password.

@error('password')
{{ $message }}
@enderror
@error('newPassword')
{{ $message }}
@enderror
@error('newPassword_confirmation')
{{ $message }}
@enderror
@foreach ($favLists as $favList) @endforeach
S.No. Type Name Stage Price Fundraising Goal End On Total Boosts Is Review Action
{{ $loop->iteration }} {{ $favList['type'] == 1 ? 'Coin' : 'Token' }} {{ $favList['name']}} {{ $favList['ico_ido_type'] == 0 ? 'ICO' : ($favList['ico_ido_type'] == 1 ? 'IDO' : ($favList['ico_ido_type'] == 2 ? 'IEO' : 'PRESALE')) }} {{ $favList['ico_price'] }} {{ $favList['accept_type'] }} {{ $favList['fund_asking_for'] }} {{ $favList['end_time']}} {{ $favList['likes_counts'] }} {{ $favList['is_review'] == 1 ? 'Yes' : 'No' }}
@push('scripts') @endpush