@extends('admin.layouts.layout') @section('content')
| Label | Description | Created_at | Action |
|---|---|---|---|
| {{ !empty($questionScreen->label) ? $questionScreen->label : '' }} | {{ !empty($questionScreen->description) ? $questionScreen->description : '' }} | {{ !empty($questionScreen->created_at) ? date('d-M-Y', strtotime($questionScreen->created_at)) : '' }} | Edit Delete |