@extends('layouts.app') @section('title') @if( ! empty($title)) {{ $title }} | @endif @parent @endsection @section('content')
@lang('app.category_name') (@lang('app.total_ads')) |
---|
@if($category->sub_categories->count() > 0) @foreach($category->sub_categories as $sub_cat) @endforeach @endif |