@extends('frontend::layouts.master') @section('title') @section('style') @endsection @section('content') @php setLanguage(); @endphp {{ mwz_convertMonth($blog_detail->publish_at) }} {{ $blog_detail->name }} @if (!empty($blog_detail->tags)) @foreach (explode(',', $blog_detail->tags) as $tags) {{ $tags }} @endforeach @endif {!! mwz_getTextString($blog_detail->description) !!} @if (!empty($blog_detail->file)) PDF FILE @endif @if (!empty($blog_detail->link)) {!! $blog_detail->link !!} @endif @endsection @section('script') @endsection
{{ mwz_convertMonth($blog_detail->publish_at) }}
{{ $blog_detail->name }}
PDF FILE