@include('public::notifications')

My News

Your awesome text goes here.


{!!Form::open()->method('GET')!!}
{!!Form::text('search')->type('search')->class('form-control')->placeholder('Search for...')->raw()!!}
{!! Form::close()!!}
@foreach($news as $news) @endforeach
{!! trans('news::news.label.status')!!} Action
{{ $news->status }} View Edit Delete
{{ $news->links() }}