@extends('frontend::layouts.master') @section('title') @section('style') @endsection @section('content') @php setLanguage(); @endphp {{ $blog_cats->name }} {!! mwz_getTextString($blog_cats->detail) !!} @foreach ($blogs as $index => $blog) @if ($index == 0) {{ mwz_convertMonth($blog->publish_at) }} {{ $blog->name }} @lang('frontend::lang.lang_title_5') @else {{ mwz_convertMonth($blog->publish_at) }} {{ $blog->name }} @lang('frontend::lang.lang_title_5') @endif @endforeach @php $sum_page = 0; @endphp @for ($i = 1; $i <= $blogs->lastPage(); $i++) {{ $i }} @php $sum_page++; @endphp @endfor @endsection @section('script') @endsection
{{ mwz_convertMonth($blog->publish_at) }}
{{ $blog->name }}