@extends('Manager.Master') @section("title") دسته ها@stop @section('content')

دسته ها

@php if(!$data->isempty()){ $count = $data->currentPage() * 10 - 10; @endphp @foreach($data as $item) @php $count++ @endphp @endforeach @php } else { @endphp @php } @endphp
# نام دسته توضیحات
{{ $count }} @if($item->specialCategory) * @endif {{ $item->fa_name }} {{ mb_substr($item->description , 0 , 40)}} @can("brands_edit") @endcan @can("brands_delete") @endcan
* موردی یافت نشد - -
@stop @section("footer")