@extends('layouts.inner') @section('content') @include('layouts.common_header') @include('container.left') Select Status Status: All Sr. No Platform To number From number @php $i=1; @endphp @foreach($data as $dd) {{$i}} {{$dd->integrationType}} {{$dd->to}} {{$dd->from}} @php $i++; @endphp @endforeach @endsection