@section('title', 'Brands') {{ __('Brands List') }}
Our All Partners
Showing {{ ($brands->currentPage() - 1) * $brands->perPage() + ($brands->total() ? 1 : 0) }} to {{ ($brands->currentPage() - 1) * $brands->perPage() + count($brands) }} of {{ $brands->total() }} Results
@foreach ($brands as $row) @endforeach
Logo Title Action
{{ $row->title }} {{ $row->title }}
{{ $brands->appends(request()->except('page'))->links() }}