@extends('company.layout') @inject('commonSV', 'App\Services\CommonService') @section('page', 'top') @push('css') @endpush @push('js') @endpush @section('content')
@if ($message && $message['title'] && $message['content'])
@if ($message['image'])

@endif

Message

{!! nl2br($message['title']) !!}

{!! nl2br($message['content']) !!}
@if ($message['page'])

詳しくみる

@endif
@endif @if ($show_voices)

先輩社員の声

もっとみる

@endif @if (isset($page1['title']) || isset($page2['title'])) @endif
@include('company.part.entry') @endsection