@extends('layouts.default') @section('content')
@php $i =1; @endphp @foreach($responses as $response) @php $i ++; @endphp @endforeach
S.No Sale Type Action
{{$i}} {{$response->name}}
@endsection