@extends('layouts/contentNavbarLayout') @section('title', 'Designplus - Enquiry') @section('content')
Banner Image | @else{{ ucfirst($column) }} | @endif @endif @endforeachActions |
---|---|---|
@if ($column === 'image_path')
{{-- Display thumbnail image --}}
@if (!empty($item->{$column}))
{{ \Carbon\Carbon::parse($item->created_at)->diffForHumans() }} @else {{ $item->message }}{{ \Carbon\Carbon::parse($item->created_at)->diffForHumans() }} @endif @elseif ($column === 'name'){{ $item->loginModel->email ?? 'No data available' }} {{ $item->logindataModel->institution_name ?? 'Cyber Hygiene Community' }} {{ $item->loginModel->usertype ?? 'No data available' }} @else {{ $item->{$column} }} @endif |
@endif
@endforeach
|