@extends('layout.layout') @push('links') @endpush @section('content')

最新消息 @if (count($results) > 4) 更多消息 @endif

@foreach ($results as $i => $news) @endforeach
{{$news->title}} {!! substr($news->created_at, 0, 10) !!} 詳細

場地租借行事曆 我要租借

@endsection {{-- Script --}} @push('scripts') @endpush