@extends('layouts/contentNavbarLayout') @section('title', 'Designplus - Projects') @section('content')
Category Image | @elseif ($column === 'status'){{ ucfirst($column) }} | @else{{ ucfirst($column) }} | @endif @endif @endforeachActions |
---|---|---|---|
@if ($column === 'image_path')
{{-- Display thumbnail image --}}
@if(!empty($item->{$column}))
|
@endif
@endforeach
|