@extends('layouts.frontend.master') @section('title', 'News - The Marketplace') @section('banner')

News

@endsection @section('content')

Most Viewed

@foreach($all_news as $news)
{{$news->brand->brand_name}}

{{$news->title}}

{{substr(strip_tags($news->description), 0, 90)}}...
Read More
@endforeach @if($all_news->count() < 1) @endif
{{--Slider--}}

Brands

@if(isset($brands))
@else
No brands
@endif
@endsection