@extends('admin.layouts.app') @section('content')
Service
  Create New
Service
@foreach ($service as $services) @endforeach
# Image Parent Service Service Name Status Action
# Image Parent Service Service Name Status Action
{{ $loop->iteration }} {{ $services->ParentService->name ?? '' }} {{ $services->title }} {{ $services->status == 1 ? 'Active' : 'Suspended' }}
@csrf @method('DELETE')
@endsection