@extends('layouts.app')
@section('body-class', 'page-brands')
@section('content')
@hookinsert('brand.index.top')
@foreach($brands as $first => $items)
{{ $first }}
@endforeach
@foreach($brands as $first=>$items)
@endforeach
@hookinsert('brand.index.bottom')
@endsection
@push('footer')
@endpush