@extends('frontend.layouts.master') @section('content')

Product

@if(!empty($product) && ($product)->count() > 0)
@foreach($product as $products)

{{$products->title}}

{!!$products->description!!}

@endforeach
{{-- --}}
@endif @endsection