@extends('backend.layout.master') @section('title', __('Skill Settings')) @section('content')

{{ __('Skill Settings') }}

@csrf

@can('skill-page-settings-update') @endcan
@endsection