@extends('frontend::layouts.master') @section('title') @section('style') @endsection @section('content') @php setLanguage(); @endphp
@lang('frontend::lang.lang_title_28') : {{ $text }}
@foreach ($blogs as $blog)
Alternate Text

{{ mwz_convertMonth($blog->publish_at) }}

{{ $blog->name }}

Alternate Text
@lang('frontend::lang.lang_title_5')
@endforeach
@if ($blogs->lastPage() > 1)
    @for ($i = 1; $i <= $blogs->lastPage(); $i++)
  • {{ $i }}
  • @endfor
@endif
@endsection @section('script') @endsection