@extends('layouts.app') @section('content')
@foreach($news as $n)
{{ $n->title }}
@endforeach
@endsection