@extends('user.layout') @if (!empty($skill->language) && $skill->language->rtl == 1) @section('styles') @endsection @endif @section('content')
{{ __('Edit_Skill') }}
{{ __('Back') }}
@csrf @if ($userBs->theme !== 'home_twelve')

{{ __('Click_on_the_dropdown_icon_to_select_a_icon') }}
@endif

{{ __('The_percentage_should_between_1_to_100') }}

{{ __('Skill_Serial_Number_text') }}

@endsection