@extends('index') @section('content')
{{__('general.back')}}

{{user_race_logo_small()}}{{__('user.profile_talent_talents')}}

{{__('general.gold')}}: {{prettyNumber(user()->getGold())}} {{gold_image_tag()}}    {{__('general.hellstones')}}: {{prettyNumber(user()->getHellstone())}} {{hellstone_image_tag()}}
{{__('user.profile_talent_display_filter')}}:
{{__('user.profile_talent_available_points')}}:
{{$available}}
{{__('user.profile_talent_used_points')}}:
{{$used_points}}
{{__('user.profile_talent_max_points')}}:
{{$max_points}}
{{__('user.profile_talent_next_points')}}
{{__('general.level')}}: {{$next_talent_level}}
+2
 
{{csrf_field()}}
{{__('user.profile_talent_form_next_point')}}: getTalentPoints() == 0 || user()->getGold() < $new_talent_price) disabled @endif > {{prettyNumber($new_talent_price)}} {{gold_image_tag()}}
{{__('user.profile_talent_form_reset_gold_and_talents')}}: getHellstone() < 19) disabled @endif> 19 {{hellstone_image_tag()}}
{{__('user.profile_talent_form_reset_all_points')}}: getGold() < $talent_reset_price || user()->getTalentPoints() == $available) disabled @endif> {{prettyNumber($talent_reset_price)}} {{gold_image_tag()}}
{{__('user.profile_talent_form_reset_single_talent')}}: 2 {{hellstone_image_tag()}}

{{user_race_logo_small()}}{{__('general.talents')}}

@foreach($talents as $talent) @if(isset($talent[1])) @endif @endforeach
{{__('general.level')}}  {{__('user.profile_talent_talents')}}
{{$talent[0]->level}}
$talent[0]])'>{{__('talents.talent_id_'.$talent[0]->id.'_name')}}
@if($talent[0]->user_id && user()->getHellstone() >= 2 && $talent[0]->id != 1)
{{csrf_field()}}
{{__('user.profile_talent_reset_single')}} @endif @if(!$talent[0]->user_id && $available && getLevel(user()->getExp()) >= $talent[0]->level && (!isset($talent[1]) || (isset($talent[1]) && !$talent[1]->user_id)))
{{csrf_field()}}
{{__('user.profile_talent_buy_now')}} @endif
$talent[1]])'>{{__('talents.talent_id_'.$talent[1]->id.'_name')}}
@if($talent[1]->user_id && user()->getHellstone() > 1)
{{csrf_field()}}
{{__('user.profile_talent_reset_single')}} @endif @if(!$talent[0]->user_id && $available && getLevel(user()->getExp()) >= $talent[1]->level && !$talent[1]->user_id)
{{csrf_field()}}
{{__('user.profile_talent_buy_now')}} @endif

@endsection