@extends('admin.layout.index') @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 ? 'فعال' : 'غیرفعال' }} @if(count($category->children)==0 and $category->parent_id!=0) @else - @endif @if(count($category->children)==0 and $category->parent_id!=0) @else - @endif {{ $category->is_sale==1 ? 'فعال' : 'غیرفعال' }} {{-- --}}
{{ $categories->render() }}

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