@extends('frontpage.layouts.main') @section('content')

{{ __('news.page_title') }}

  • Home
  • {{ __('news.page_title') }}
@include('frontpage.news.news_list')

{{ __('news.sidebar_category') }}

    @foreach ($categories as $row)
  • @endforeach
@endsection @push('scripts') @endpush