@extends('admin.layouts.admin') @section('title') دسته بندی ها @endsection @section('style') @endsection @section('script') @endsection @section('content')
لیست دسته بندی ها ({{ $categories->total() }})
@foreach ($categories as $key => $category) @endforeach
# نام اولویت آیکن تصویر header والد وضعیت نمایش در صفحه اصلی عملیات
{{ $categories->firstItem() + $key }} {{ $category->name }} {{ $category->priority }} @if ($category->parent_id == 0) بدون والد @else {{ $category->parent->name }} @endif {{ $category->is_active }} {{ $category->showOnIndex==1 ? 'فعال' : 'غیرفعال' }}
{{ $categories->render() }}

Loading...
@include('admin.categories.modal') @include('admin.categories.alertModal') @endsection