{{trans('file.Categories')}}
@foreach($categories as $cat)
{{$cat->name}}
@endforeach{{trans('file.Collections')}}
@foreach($collections as $collection)
{{$collection->name}}
@endforeach{{trans('file.Brands')}}
@foreach($brands as $brand)
{{$brand->title}}
@endforeach{{trans('file.Pages')}}
@foreach($pages as $page)
{{$page->page_name}}
@endforeach{{trans('file.Blog')}}
Blog
{{trans('file.Custom Links')}}
https://