@extends('layouts.default', [ 'sidebarLight' => true, 'headerMegaMenu' => true, 'sidebarMenu' => 'board', ]) @section('title', Lang::get('board.word.board')) @push('css') @endpush @section('content')

{{ Lang::get('board.word.detail') }}


{{$board->title}}
{{$board->edmerInfo->emm_name}}
{{$board->created_at}}
{!! $board->content !!}
{{ Lang::get('board.word.list') }} @if (_is('uid') == $board->user_id or _is('admin')) {{ Lang::get('board.word.edit') }} @endif
@endsection @push('scripts') @endpush