@extends('layouts.frontend-web') @section('seo'){{ $data['singlePage']['title'] }} @endsection @section('content')
@include('webcommon.yewusidebar') @include('webcommon.hotnewssidebar') @include('webcommon.hotzixunsidebar') @include('webcommon.contactsidebar')
{!! $data['singlePage']->name !!}
{!! $data['singlePage']->content !!}
微信头像 扫一扫上面的二维码,加我微信
@endsection