release
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user