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