@extends('frontend::layouts.master') @section('title') @section('style') @endsection @section('content') @php setLanguage(); @endphp
Alternate Text

{{ 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

Alternate Text
@endif
@if (!empty($blog_detail->link))
{!! $blog_detail->link !!}
@endif
@endsection @section('script') @endsection