@extends('admin.layout.master') @section('content') @if (session()->has('success'))
| S.no. | Parent Service | Name | Description | Status | Action |
|---|---|---|---|---|---|
| {{ $key + 1 }} | {{ ucwords($subservice->service->name) }} | {{ ucwords($subservice->name) }} | {{ $subservice->description }} | @if ($subservice->status == 1) Active @else In active @endif | Edit Delete |