@extends('layouts.alumini.layout') @section('header_scripts') @stop @section('breadcrumb')
@endsection @section('content')

News

@if(count($news) > 0) @foreach($news as $news)

{{ucwords($news->title)}}

{!! $news->description !!}
{{$news->date}}
@endforeach @endif
    {{ $news->links() }}
@endsection @section('footer_scripts') @stop