@extends('frontend::layouts.master') @section('title') @section('style') @endsection @section('content')
{{ !empty($news['name']) ? $news['name'] : '' }}
{{ __('frontend.posted_on') }} {{ !empty($news['publish_at']) ? set_format_full_date($news['publish_at']) : '' }}
Alternate Text
{!! !empty($news['description']) ? $news['description'] : '' !!}
@endsection @section('script') @endsection