@extends('layouts.app') @section('title') {{trans('general.bookmarks')}} -@endsection @section('content')

{{trans('general.bookmarks')}}

{{trans('general.desc_bookmarks')}}

@if($updates->total() != 0) @php $counterPosts = ($updates->total() - $settings->number_posts_show); @endphp
@include('includes.updates')
@else

{{trans('general.no_bookmarks')}}

@endif
@endsection