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

{{ !empty($data['news']['name']) ? $data['news']['name'] : '' }}

Alternate Text

{{ !empty($data['news']['date']) ? date('d.m.Y', strtotime($data['news']['date'])) : '' }}


{!! !empty($data['news']['detail']) ? $data['news']['detail'] : '' !!}
@endsection @section('script') @endsection