@extends('layouts.master') @section('title', 'تصنيفات الخدمات') @section('pages') {{ __('dashboard.home') }} @endsection @section('css') @endsection @section('btn') @endsection @section('content')
@if(session('success'))
{{ session('success') }}
@endif
# الاسم الحالة إجراءات
{{-- ============ Modal: Create / Edit ============ --}} {{-- ============ Modal: Show ============ --}} @endsection @section('js') @endsection