@include('backend.modal.project_category')
| SN | Title | Image | Action |
|---|---|---|---|
| {{ $loop->index + 1 }} | {{ $data->title }} |
@php
$file = $data->image ? json_decode($data->image) : null;
@endphp
@if($file && isset($file->original))
@if(Str::endsWith($file->original, ['.mp4', '.mov', '.avi']))
@else
|
Edit |