{{-- --}}

Welcome to Ayra Fashion World!

{{-- Wishlist --}}
@yield('content')
@include('frontend.footer')
{{-- --}}
    @foreach ($categories as $category) @php $subcategories = App\Models\Subcategory::where([ 'status' => 1, 'category_id' => $category->id, ])->get(); $subCount = App\Models\Subcategory::where('category_id', $category->id)->count(); @endphp
  • {{ $category->name }} @if ($subCount > 0) {{--
{{-- @include('frontend.global_scripts') --}} @stack('scripts') @include('frontend.global_scripts')