@extends('frontend::layouts.app') @section('content')

{{ $data['news_content']['list'][0]['name'] ?? '' }}

@if (!empty($data['news_content']['list'][0]['categories'][0]['name']))
{{ $data['news_content']['list'][0]['categories'][0]['name'] }}
@endif

{{ $data['news_content']['list'][0]['name'] ?? '' }}

{{ $data['news_content']['list'][0]['publish_at'] ?? '' }}
{{ $data['news_content']['list'][0]['name'] ?? '' }}

{{ $data['news_content']['list'][0]['desc'] ?? '' }}

{!! _html($data['news_content']['list'][0]['detail'] ?? '') !!}
@if (!empty($data['news_content']['list'][0]['gallery']))

{{ __('frontend::common.image_gallery') }}

{{ __('frontend::common.click_to_view_larger_image') }}

@foreach ($data['news_content']['list'][0]['gallery'] as $galleryItem) @endforeach
@endif
@endsection @section('scripts') @endsection