@extends('layout.admin_layout') @section('title', 'admin-dashboard') @section('body') @section('header', 'Manage Skill Set/Specialization') @section('badge') @endsection
{{--
@csrf --}}
{{-- --}}
{{-- --}} {{-- --}}
New
@forelse ($b_categories as $b_categorie) @empty @endforelse
No Speciality
{{ $loop->iteration }} {{ $b_categorie->name }} {{-- Delete --}}
No data found.
{{-- --}}
@endsection @push('scripts') @endpush