@extends('backend.admin-master') @section('site-title') {{__('Products Category')}} @endsection @section('style') @endsection @section('content')
|
{{__('ID')}} | {{__('Name')}} | {{__('Image')}} | {{__('Status')}} | {{__('Action')}} | @foreach($category as $data)
---|---|---|---|---|---|
|
{{$data->id}} | {{$data->title}} | {!! render_attachment_preview($data->image) !!} | @if('publish' == $data->status) {{ucfirst($data->status)}} @else {{ucfirst($data->status)}} @endif | image,null,true); $img_url = !empty($testimonial_img) ? $testimonial_img['img_url'] : ''; @endphp data-image="{{$img_url}}" > |