@extends('layout') @section('content') @if (session('status')) @elseif(session('failed')) @endif

Survey History

With survey details
@php $sn=0; @endphp @foreach ($site_survey_list as $site_survey) @php $sn++; @endphp @endforeach
@endsection