@extends('layouts.main') @section('content')
@if(isset($response)) @if($response->status == 1)
@foreach($response->data as $item)
{{ucwords(strtolower($item->product_name))}}
@endforeach
@else

No content found

We currently do not have content for the selected category. Check again soon.

@endif @endif
@endsection @push('style') @endpush @push('script')