@extends('frontend::layouts.master') @section('title') @section('style') @endsection @section('content') @if (!empty($data['csr']['description']))
{{--

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

--}}

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

{{ !empty($data['csr']['publish_at']) ? $data['csr']['publish_at'] : ''}}

@if ($data['csr']['type_file'] == '.mp4')
@if (!empty($data['csr']['image_vdo'])) @endif
@else
@if (!empty($data['csr']['image_vdo']))
@endif
@endif
{!! !empty($data['csr']['description']) ? $data['csr']['description'] : "" !!}
@endif @endsection @section('script') @endsection