@extends('template') @section('title',"最新消息") @section('content_title',"最新消息") @section('content')
{{-- {{ var_dump($data) }} --}} @for($d=0;$d @php $row = $data[$d] @endphp @endfor
ID 日期 時間 標題
{{ $row['id'] ?? '--' }} {{ $row['date'] ?? '--' }} {{ $row['time'] ?? '--' }} {{ $row['name'] ?? '--' }}
@endsection