@extends("front.layout.master")
@php $collection_name = App\Category::where('id',$cat_id)->first()->title; @endphp
@php $collection_desc = App\Category::where('id',$cat_id)->first()->description;
$collection_description=str_replace(['
','
'],['',''],$collection_desc);
@endphp
@section('meta_tags')
{{ __('Buy Most Famous') }} @if(!empty($collection_name)){{ $collection_name }} @endif{{ __('Online at Artiner') }}
@endsection
@section("body")
@if(count($subcategories)!=0 )
@php
$page="subcategories";
@endphp
@else
{{ __('No Subcollection Found') }}.
@endif
@endsection
@section('script')
@endsection