@extends('layouts.app') @section('title', 'Бренды') @php $style = 'brand'; @endphp @section('content')

Бренды

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