@extends('layouts.admin-layout') @section('title', 'All Service ') @section('content')

Service Section

@foreach ($get_services as $service) @endforeach
S.N. Heading Image Action
{{ $loop->iteration }} {{ $service->heading ?: '' }}
@endsection @section('script') @endsection