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

Բրենդներ

@foreach($brands as $k=>$brand)

{{$k}}

@foreach($brand as $info) @endforeach
@endforeach
@endsection