@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)
Alternate Text
{{ mwz_convertMonth($blog->publish_at) }}
{{ $blog->name }}
Alternate Text
@lang('frontend::lang.lang_title_5')
@else
Alternate Text

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

{{ $blog->name }}

Alternate Text
@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