@extends('frontend.layouts.main') @section('title', $seo['title'] ?? '') @section('keywords', $seo['keywords'] ?? '') @section('description', $seo['description'] ?? '') @section('abstract', $seo['abstract'] ?? '') @section('image', $seo['image'] ?? '') @section('content')
{{ $data->nameL }}
{{--@if ($data)
{!! $data->contentL !!}
@endif--}} @if(isset($ve_ct)&&$ve_ct) @endif @if(isset($ve_ct1)&&$ve_ct1) @endif @if(isset($ve_ct3)&&$ve_ct3) @endif @if(isset($ve_ct2)&&$ve_ct2) @endif
@endsection @section('js') @endsection