@extends('adminlte::page') @section('title', 'Service') @section('content_header')

Service Information

@stop @section('content')
@php $i= 1; @endphp @if($data) @foreach($data as $value) @php $i++; @endphp @endforeach @endif
No. Title Description Action
{{ $i }}. {{$value->heading}} {{$value->button_text}}      
@stop @section('css') @stop @section('js') @stop