@extends('frontend::layouts.master') @section('title') @section('style') @endsection @section('content')
{{-- @dump($page_init['lang']) @dump($data['news_url']) --}}
Alternate Text

@lang('frontend::lang.back_news')

@if (!empty($data['detail']['image'])) Alternate Text @endif
{!! !empty($data['detail']['detail']) ? $data['detail']['detail'] : '' !!}
@endsection @section('script') @endsection