@extends('layouts.enquiries') @section('tab_content2') @if (session('success') || session('error'))
| First Name | @else{{ ucfirst($column) }} | @endif @endif @endforeachActions |
|---|---|---|
|
@if ($column === 'image_path')
{{-- Display thumbnail image --}}
@if (!empty($item->{$column}))
|
@endif
@endforeach
|