@extends('layouts.header') @section('title','View Categories') @section('content')
| Category | Name | Image | Price | Slug | Status | Actions |
|---|---|---|---|---|---|---|
| @foreach ($item->categories as $item2) {{$item2->name}} @endforeach | {{$item->name}} | {{$item->price}} | {{$item->slug}} | @if($item->status) Active @else Inactive @endif |