@extends('layout.front.app') @section('title', $tag) @section('description', $rewaq->translation->content) @section('page_img', $rewaq->img) @section('content')

{{ __('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