@extends('web.layouts.container') @section('content')

{{__('articles.head')}}

@if(count($news)) @foreach($news as $new) @endforeach @else
{{__('articles.no_data')}}
@endif
@endsection @section('inner_js') @endsection