@extends('frontend.layouts.master') @section('title') Products @endsection @section('main-content') Products Home Products {{-- 1-9 of 50 results Default Sorting by Value by Date by Popularity --}} @if($products) @foreach($products as $product) @php $photo=explode(',',$product->photo); @endphp {{$product->title}} {{$product->price}} {{-- @if($product->file) Download File @else No File @endif --}} @endforeach @endif @endsection
{{$product->price}}