@extends('layouts.app') @section('title', 'إضافة تصنيف') @section('breadcrumb') @endsection @section('content')
تصنيف جديد
@csrf @include('categories._form')
@endsection