@extends('layouts.app') @section('page_title', __('press.title')) @section('page_description', __('press.description')) @section('page_keywords', __('press.keywords')) @section('og_title', __('press.title')) @section('og_description', __('press.description')) @section('twitter_title', __('press.title')) @section('twitter_description', __('press.description')) @section('page_content')

@lang('press.title')

@lang('home.section5.description')
@foreach($posts as $post)

{{ $post-> title }}

{!! $post-> subheading !!}

@lang('press.more')
@endforeach
{{ $posts->links('pagination::bootstrap-4') }}
@lang('press.recent')
@foreach($projects as $project)
@endforeach
@endsection