@extends('.frontend.default') @section('content')
@if(!empty($news->url)) 更多詳情 @endif
上架時間{{\Carbon\Carbon::parse($news->on_shelf_date)->format('d/m/Y')}}
@foreach($news->types as $type) @include('.frontend.template.news.type_tag') @endforeach
{{$news->title}}
@nl2br( $news->description)
@endsection