@extends('layouts.master') @section('content')

Services Lists

@if ($services) @foreach ($services as $index => $list) @endforeach @endif
ID Heading Short Details Action
{{ ++$index }} {{ $list->heading }} {{ $list->short_details }}
@endsection