@extends('layouts.adminapp') @section('content') {{-- ServiceProducts --}}

Services

@php $si=0; @endphp @foreach($ProductServices as $ProductService) @endforeach
SLNO. Product Narration Actions
{{++$si}} {{$ProductService->product->title}} {{$ProductService->servicetype->title}} {{$ProductService->narration}} Edit
@csrf @method('delete')
@endsection