{{-- * @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') @if($number_characters < 1) {!! $formaters->small_box('You have no characters to sell') !!} @else {!! $formaters->progressBar([[2, 0], [1, 2], [2, 2], [2, 2]], 2) !!}
@csrf
Select Character (1/4)

@endif @endsection