@extends('front.layouts.master') @section('content')

{{ TranslationHelper::translate('categories', 'site') }}

@foreach ($brands as $brand) @endforeach {{ $brands->links() }}
@endsection