@extends('web.layouts.container') @section('css') @endsection @section('header') @endsection @section('content') {{__('articles.head')}} {{__('articles.year')}} @if(count($dates)) @foreach($dates as $date) {{$date}} @endforeach @endif {{__('articles.all')}} @if(count($companies)) @foreach($companies as $company) @if($company->id == 42) @continue @endif id ? 'selected' : ''}} value="{{$company->id}}">{{$company->name}} @endforeach @endif @if(count($page)) @foreach($page as $news) {{ucfirst(__('articles.'.$news->added_month))}} {{ transYear($news->added_year)}} {{stripText($news->title, 35)}} {{$news->title}} {{ucfirst(__('articles.'.$news->added_month)) . ' ' . transYear($news->added_year)}} {!! $news->description !!} @endforeach {{$page->links('web.new_press_kits.pagination.paginate', ['paginator' => $page])}} @else {{__('main.no_data')}} @endif @endsection @section('inner_js') @endsection
{!! $news->description !!}