@extends('website.layouts.master') @section('css') @stop @section('content')

{{__('theme.latest_brands')}}

@foreach ($latest_brands as $latest_brand) @php $latest_brand_translation = $latest_brand->translations->where('language_id',getLocaleId())->first(); @endphp @endforeach
@foreach ($brands as $brand) @php $brand_translation = $brand->translations->where('language_id',getLocaleId())->first(); @endphp @endforeach
@stop @section('script') @stop