{{-- * @description Char-Bazaar - Venda de personagens * @author Rickson Kauê * @date Data de criação 05/12/2023 * @version 1.0 * @copyright (c) Ravenor * @email ricksonkaue04@gmail.com --}} @extends('template.layout') @section('title', 'Char Bazaar') @section('submenuItem', 'sellCharacters') @section('content') {!! $formaters->progressBar([[2, 0], [0, 0], [1, 2], [2, 2]], 2) !!}
@csrf
Requirements (2/4)
Your account must have a recovery key.
The character needs to be al least level 8.
The character may not own any houses.
The character may not bid for a house.
The character may not be involved in a house transfer.
The character may not be a member of a guild.
The character may not have applied to a guild.
The character needs to be offline.
The account cannot be banned.

@php $next_step = true; foreach ($playerData as $value) { if ($value == "no") { $next_step = false; } } @endphp @if($next_step)
@else
@endif
@endsection