@extends('frontend.layouts.app') @section('content') @if($carousels->isNotEmpty())
@endif
{{--

公司简介 --}} {{-- 诚以载道,以信立本,合作共赢 --}} {{--

--}}
{!! $introWord ? nl2br($introWord->value) : '' !!}
{{-- 企业文化 --}}

企业文化

凝聚——产生力量,团结——成就未来

GATHER TOGETHE TO PRODUCE STRENGTH

UNITE TO ACHIEVE FUTURE

@if($cultures->isNotEmpty())
@foreach($cultures as $culture)
{{$culture->title}}

{{$culture->title}}

{!! nl2br($culture->desc) !!}

MORE INFO →

@endforeach

MORE INFO →

@endif

增值服务

优秀的团队 专业的服务

EXCELLENT TEAM PROFESSIONAL SERVICE

@if($finances->isNotEmpty())
@foreach($finances as $key => $finance)
{{$finance->title}}

{!! nl2br($finance->desc) !!}

@endforeach

MORE INFO →

@endif
@if($navNews->isNotEmpty()) @foreach($navNews as $key => $navNew)

{{$navNew->name}}

@if($navNew->news->isNotEmpty())
    @foreach($navNew->news->take(10) as $new)
  • {{$new->title}} {{$new->created_at->format('m-d')}}
  • @endforeach

$navNew->id])}}" class="btn-success news-more" target="_blank">MORE INFO →

@endif
@endforeach @endif
@endsection @section('js') @endsection