@extends('academy.layout') @section('gnb', view('gnb', ['service'=>'academy'])) @section('subgnb', view('academy.gnb')) @section('academy-css') {!! resource('css/common/board.css') !!} @endsection @section("progress") @endsection @section("academy-content") @php $content = $post->content; @endphp
IELTS 무료 자료실
[탭명] {{ $content->title }}
작성일
{{ date('y.m.d', strtotime($post->created_at)) }}
조회수
{{ number_format($content->views) }}
{!! $content->content !!}
@if ( $post->getAttachments()->count() > 0 )
@endif
'academy']) }}">목록 보기
@endsection @section('academy-script') {!! setResources(['toastui-viewer']) !!} @endsection