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

Services

@php $si=0 @endphp @foreach($ServiceTypes as $ServiceType) @endforeach
SLNO. Services Image Narration Actions
{{++$si}} {{$ServiceType->title}} avatar {{$ServiceType->narration}} Edit
@csrf @method('delete')
@endsection