@extends('admin.layout.master') @section('content')

دسته بندی ها

@if(Session::has('error_category'))
{{session('error_category')}}
@endif
@foreach($categories as $category) @if(count($category->childrenRecursive) > 0) @include('admin.partials.category_list', ['categories'=>$category->childrenRecursive, 'level'=>1]) @endif @endforeach
شناسه عنوان عملیات
{{$category->id}} {{$category->name}} ویرایش
@csrf
تنظیمات
@endsection