@extends('frontend.layout') @section('page_title', 'List of Brand Names') @section('content')

List of Brand Names

@include('frontend.brands._partials.alphabetically')
@include('frontend.brands._partials.all_brands_info')
{{ $brands->links() }}
@endsection