@extends('admin.layout.app') @section('content')

Our Sub Service

@php $sr = 1 @endphp @forelse($lists as $list) @empty @endforelse
S.No. Service Name Title Image Action
{{ $sr++ }} {{$list->serviceInfo ? $list->serviceInfo->title : ''}} {{$list->title ?? ''}} icon Image
@endsection @section('js') @endsection