@extends('layouts.app') @section('content')
@foreach($categories as $category)
@endforeach
Froshen Chicken

Froshly Delivered Chicken

Get your Premium Frozen Chicken at affordable prices, browse through our catalogue and place your order now as we offer same day deliveries.

Discover More

Latest Stocks

@foreach($products as $product)
Product Product
@if($product->inStock()) Add to Cart @else Out of Stock @endif @if($product->hasDiscount()) {{$product->discountPercentage()}} @elseif($product->isHot()) Hot @elseif($product->isNew()) New @endif

{{$product->name}}

@if($product->hasDiscount()) {{$product->displayprice}} {{$product->discountedPrice()}} @else {{$product->displayprice}} @endif
{{$product->kg}} Kilogram
@endforeach
@include('includes.footer') @include('includes.modalsearchbox') @endsection @push('scripts') @if(request()->has('newsletter')) @endif @foreach($errors->all() as $error) @endforeach @if (session('message')) @endif @endpush @push('styles') @endpush