@extends('backend.layout.master-tailwind') @section('title', __('All Skills')) @section('admin_styles') @endsection @section('content')

{{ __('Skills') }}

{{ $all_skills->total() }} {{ __('skills') }}

@can('skill-add') @endcan
{{ __('A skill can only be deleted if it has no dependencies — it cannot be removed if it is linked to any jobs.') }}
@include('backend.pages.skill.search-result')
{{-- Add Skill Dialog --}}
{{ __('Add Skill') }}
@csrf

{{ __('No subcategory found for selected category.') }}

{{-- Edit Skill Dialog --}}
{{ __('Edit Skill') }}
@csrf

{{ __('No subcategory found for selected category.') }}

@endsection @section('script') @include('backend.pages.skill.skill-js') @endsection