@extends('dashboard.layout.content')
@section('customTitle')
عرض التصنيفات
@endsection
@section('customStyle')
@endsection
@section('customBody')
إضافة تصنيف
الاسم |
خيارات |
@foreach ($categories as $category)
{{ $category?->name }} |
|
@endforeach
الاسم |
خيارات |
@endsection
@section('customScript')
@endsection