@extends('backEnd.master') @section('title') @lang('common.news') @endsection @push('css') @endpush @section('mainContent')

@lang('common.select_criteria')

{{ Form::open(['class' => 'form-horizontal', 'files' => true, 'route' => 'user-news-search', 'method' => 'GET']) }}
{{-- --}}
@if ($errors->has('news_category_id')) {{ @$errors->first('news_category_id') }} @endif
{{--
--}}
{{ Form::close() }}

@lang('common.news_list')

{{--
@forelse ($news_items as $nws) @empty

@lang('common.no_data_found')

@endforelse
--}}
@forelse ($news_items as $nws) @empty

@lang('common.no_data_found')

@endforelse
{{ $news_items->links() }}
@endsection @include('backEnd.partials.data_table_js') @include('backEnd.partials.date_picker_css_js')