This commit is contained in:
ericli1018
2025-06-13 12:24:35 +08:00
parent 1caae33c43
commit 6dfe3e0677
74 changed files with 1497 additions and 253 deletions

View File

@ -1,7 +1,7 @@
@extends('layouts.heading-page')
@section('title')
News -
News -
@endsection
@section('seo_keywords')
@ -11,7 +11,7 @@
@endsection
@section('css')
<link href="assets/css/page.css" rel="stylesheet"/>
<link href="/assets/css/page.css" rel="stylesheet"/>
@endsection
@section('breadcrumbs')
@ -45,9 +45,11 @@
@endphp
<div class="col-xl-4 col-md-6">
<div class="news-item">
<div class="news-item-img">
<img src="{{ $img_src }}" alt="{{ $img_memo }}" width="100%" height="auto">
</div>
<div class="news-item-info">
<h4>{{ $row->title }}</h4>
<time><span>News</span>{{ date('Y-m-d', strtotime($row->post_at)) }}</time>