@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('test::news.label.news_title')!!} {!! trans('test::news.label.cat_id')!!} {!! trans('test::news.label.status')!!} Action
{{ $news->news_title }} {{ $news->cat_id }} {{ $news->status }} View Edit Delete
{{ $news->links() }}