@extends('frontend.layouts.frontend_app') @section('content')
@if($category->banner)
@endif

{{ $category->title }}

@forelse($medicines as $medicine) @include('frontend.components.product',['medicine' => $medicine,'class' => '']) @empty

{{__('pages.No Product Found')}}!

@endforelse
@endsection