|
|
{{__('ID')}} | {{__('Category')}} | {{__('Meta Title')}} | {{__('Meta Description')}} | {{__('Short Description')}} | {{__('Status')}} | {{__('Image')}} | {{__('Action')}} |
|---|---|---|---|---|---|---|---|---|
| |
{{ $cat->id }} | {{ $cat->category }} | {{ $cat->meta_title }} | {{ $cat->meta_description }} | {{ $cat->short_description }} | {!! render_image_markup_by_attachment_id($cat->image); !!} @php $cat_img = get_attachment_image_by_id($cat->image,null,true); @endphp @if (!empty($cat_img)) @php $img_url = $cat_img['img_url']; @endphp @endif |
|