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

{{ __('Click on the dropdown icon to select a icon.') }}

{{__('The percentage should between 1 to 100.')}}

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

@endsection