@extends('vendor.site-bases.website.layouts.master') @section('title', trans('title.brands')) @section('page_title', trans('title.brands')) @section('breadcrumbs') {!! Breadcrumbs::render('brands') !!} @endsection @section('content')
@foreach ($brands as $item)

{{ $item->title }}

{!! $item->description !!}
@endforeach
@endsection