@extends('admin.layout.master') @section('content')
{{-- --}} @php $i = 0; @endphp @foreach ($categories as $item) @endforeach
# Name Parent Name StatusDescriptionAction
{{ ++$i }} {{ $item->name }} @if ($item->parent_id == null) Primary Category @else {{ $item->parent->name }} @endif {{-- status == 1 ? 'checked' : '' }}> --}} {{-- --}}
{{-- Data add Model Start --}} {{-- Data Add Modal End --}} {{-- DElete Modal Start --}} {{-- --}} {{-- DElete Modal Delete --}} @endsection