@extends('admin.layouts.app')
@section('content')
Service Category
Create
New
# |
Image |
Category Name |
Status |
Action |
# |
Image |
Category Name |
Status |
Action |
@foreach ($category as $item)
{{ $loop->iteration }} |
|
{{ $item->name }} |
{{ $item->status == 1 ? 'Active' : 'Suspended' }}
|
|
@endforeach
@endsection