@extends('front.layouts.master') @section('title') Home @endsection @section('contact')

Latest Collections

@foreach (getRoundProducts() as $row) @if($loop->first)
{{ $row->name }}
@else
{{ $row->name }}
@endif @endforeach

Popular Categories

@foreach (getSubCategoryIfProducts() as $row) @endforeach
@endsection @section('js') @endsection