@extends($service.'.layout') @section($service . '-css') {!! resource('css/'.$service.'/sub.css') !!} {!! resource('css/myclass/my_class.css') !!} {!! resource('css/common/board.css') !!} @if ($service == 'academy') {!! resource('css/myclass/my_class_academy.css') !!} @endif @endsection @section($service . "-content") @php $content = $post->content; $comments = $post->getComments()->get(); @endphp
{!! nl2br($content->content) !!}