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,19 +1,19 @@
@extends('layouts.heading-page')
@section('title')
News -
News -
@endsection
@section('seo_keywords')
{{ $dataRow->seo_keyword }}
{{ $dataRow->seo_keyword }}
@endsection
@section('seo_description')
{{ $dataRow->seo_description }}
{{ $dataRow->seo_description }}
@endsection
@section('css')
<link href="assets/css/page.css" rel="stylesheet"/>
<link href="/assets/css/page.css" rel="stylesheet"/>
@endsection
@section('breadcrumbs')
@ -44,7 +44,7 @@
}
}
@endphp
<img src="{{ $img_src }}" alt="">
<!--<img src="{{ $img_src }}" alt="">-->
{!! $dataRow->body !!}
</div>
@php
@ -61,10 +61,9 @@
@endforeach
@endforeach
</div>
@endif
</div>
</section>
<div class="btn-back"><a href="javascript:history.back()"><i class="fa fa-reply"></i> Return to list page</a></div>