@if (session()->has('success'))
{{ __('text.success') }} ! {{ session()->get('success') }}.
@endif
@if (session()->has('error'))
{{ __('text.error') }} ! {{ session()->get('error') }}.
@endif
{{ __('text.add') }} {{ __('text.level') }} {{ __('text.commission')}}