@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.') }}

{{ __('The higher the serial number is, the later the Skill will be shown.') }}

@endsection