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