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

{{ $category->title }}

@foreach ($products as $medicine) @include('frontend.components.product',['medicine' => $medicine,'class' => '']) @endforeach
@endsection