@extends('layout.front.app') @section('title', __('front.rewaq')) @section('description', '') @section('page_img', '') @section('content') {{--
--}}

{{ __('front.versions') }}

{{--
--}} {{--

{{ __('front.new_site') }}

@foreach ($latestNews as $latest) {{ formatDate($latest->created_at) }}

{{$latest->translation->title}}


@endforeach

{{ __('front.most_watched') }}

@foreach ($mostWatched as $most) {{ formatDate($most->created_at) }}

{{ $most->translation->title }}


@endforeach
--}}
{{ $books->links() }}
@endsection @section('js') @endsection