@extends('layouts.app') @section('title', 'Product Feeds | Products') @section('extrastyles') @endsection @section('content')
Associate Brands to {{ $feed->title }}
@foreach($brands as $brand) @if((($count%5)==0) || $count==0) @if($count<>0)
@endif
@endif
@endforeach
@endsection @section('footer') @endsection