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

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

@foreach ($latestBlogs 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
{!! $blogs->links() !!}
@endsection @section('js') @endsection