@extends('frontend::layouts.master') @section('title') @section('style') @endsection @section('content')
@include('frontend::layouts.assets.head_banner')
    @if (!empty($data['product']['image'])) @foreach ($data['product']['image'] as $k => $image) @if ($k > 0) @if (!empty($image['image']))
  • @endif @endif @endforeach @endif
@if (!empty($data['product']['image']))
    @foreach ($data['product']['image'] as $kk => $images) @if ($kk > 0)
  • @endif @endforeach
@endif

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

{!! !empty($data['product']['desc']) ? $data['product']['desc'] : '' !!} @lang('frontend::lang.link_product') @if (!empty($data['product']['file'])) @lang('frontend::lang.pdf_file') @endif
@if (!empty($data['product']['desc']))
{!! !empty($data['product']['detail']) ? $data['product']['detail'] : '' !!}
@endif
@endsection @section('script') @endsection