All Item
@foreach($categories as $category) @if($category->status=='1')
{{--
--}} @if (file_exists(public_path('assets/images/category_images/' . $category->image)) && !empty($category->image))
@else
@endif
{{ $category->name }}
@endif @endforeach