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

{{ __('Experience Levels') }}

{{ $all_levels->total() }} {{ __('levels') }}

@include('backend.pages.level.search-result')
{{-- Add Level Dialog --}}
{{ __('Add Experience Level') }}
@csrf
{{-- Edit Level Dialog --}}
{{ __('Edit Experience Level') }}
@csrf
@endsection @section('script') @include('backend.pages.level.level-js') @endsection