@extends('backend.template') @section('content')
| {{label("Sn.")}} | {{ label("forms_id") }} | {{ label("submitted_values") }} | {{ label("Action") }} |
|---|---|---|---|
| {{ $i++ }} | {!! getFieldData("tbl_forms", "title", "form_id", $item->forms_id) !!} | {{ $item->submitted_values }} |
|