@extends('layouts.admin.app') @section('content')

SIEF Survey Submitted

@csrf @method('post')
Clear

@if(count($data) > 0) @php $i = 1; @endphp @foreach($data as $key => $n) @endforeach @else

No Survey Found

@endif
@endsection @section('scripts') @endsection