@extends('themes.alnakhlawy.app') @section('content') {{$page->title}} {{__('Home')}} {{$page->title}} @foreach($products as $product) Add to Cart {{$product->title}} @empty($product->special_price) ${{$product->price}} @else ${{$product->price}} ${{$product->special_price}} @endempty @endforeach {!! $products->links() !!} @endsection