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