@extends('front.master-category') @section('content') @foreach ($Categories as $Category)

@if($Category->has_products == 1)
{{$PageTitle}}
@endif
{{-- --}} @endforeach @endsection