@extends('frontend.layouts.master') @section('content')
Product
Home
product
@if(!empty($product) && ($product)->count() > 0)
@foreach($product as $products)
{{$products->title}}
{!!$products->description!!}
Aplly Now
@endforeach
{{--
«
1
2
3
»
--}}
@endif @endsection