@extends('layouts.front-end.app') @section('title',\App\CPU\translate('All Brands Page')) @push('css_or_js') @endpush @section('content')
{{\App\CPU\translate('Brands')}}
@foreach($brands as $brand) @endforeach

{!! $brands->links() !!}
@endsection @push('script') @endpush