@extends('front.index') @section('meta_title'){{trans('front.home')}} @endsection @section('meta_des'){{trans('front.home')}} @endsection @section('meta_key'){{trans('front.home')}} @endsection @section('content')
img

{{trans('ADVFrontContact.service-All')}}

@if($categories->count()>0) @foreach($categories as $key => $category) @if($category->SubcategoriesHome->count() == 0) @else
image}}" alt="">
{{$category->name}}
@endif @endforeach @else {{trans('front.noData')}} @endif
@include('front.home.brands') @endsection