@php $color=['table-custom','table-primary','table-secondary','table-success','table-danger','table-warning','table-info','table-light','table-primary','table-secondary','table-success','table-danger','table-warning','table-info','table-light','table-primary','table-secondary','table-success','table-danger','table-warning','table-info','table-light','table-primary','table-secondary','table-success','table-danger','table-warning','table-info','table-light','table-primary','table-secondary','table-success','table-danger','table-warning','table-info','table-light']; $form_data_details=$data; $form_data=$form_data_details->form_data; $form_datas=json_decode($form_data); $form_point_data=json_decode($form_data_details->form_point); @endphp
Feedback ID | : | {{$form_data_details->form_data_unique_id}} |
Date | : | @php $date=$form_data_details->form_date; $timestamp = strtotime($date); $formattedDateStr = date("d-m-Y", $timestamp); echo $formattedDateStr; @endphp |
Time | : | @php $time = $form_data_details->form_time; $timestamp = strtotime($time); $formattedTimeStr = date("h:i A", $timestamp); echo $formattedTimeStr; @endphp |