This commit is contained in:
tanch0
2024-06-21 13:29:04 +05:45
parent 5b3c44aa33
commit 25760ad989
50 changed files with 1180 additions and 111 deletions

View File

@ -1,4 +1,64 @@
@extends('hulaki_khabar.layout.layout')
@section('meta')
<meta property="og:title" content="{{ $news->title }}" />
<meta property="og:description"
content="{{ $news->title}}" />
<meta property="og:image" content="{{ asset($news->thumb) }}" />
@endsection
@push('css')
@push('css')
<style>
#social-links {
margin: 0 auto;
max-width: 100%;
}
#social-links ul li {
display: inline-block;
/* width: 140px; */
/* height: 10px; */
margin-left: 10px;
}
#social-links ul li a {
background-color: white;
color: black;
border: 2px solid rgb(166, 12, 12);
border-radius: 20px;
/* padding: 10px 5px 40px 5px; */
text-align: center;
text-decoration: none;
display: inline-block;
height: 40px;
width: 140px;
font-size: 23px;
}
#social-links ul li a:hover,
#social-links ul li a:hover :active {
background-color: #bc4633;
;
}
.text,
.text {
background-color: #f44336;
color: white;
padding: 14px 20px;
text-align: center;
text-decoration: none;
display: inline-block;
cursor: pointer;
}
.text:hover,
.text:active {
background-color: red;
}
</style>
@endpush
@endpush
@section('content')
<section class="default-news-area pt-5">
<div class="container">
@ -23,9 +83,12 @@
<div class="col-lg-9 col-md-9">
<div class="blog-details-desc">
<h3 id="sidebar">{{ $news->title }}</h3>
<div class="article-image">
<div class="article-image pb-5">
<img src="{{ asset($news->thumb) }}" alt="image">
</div>
<div class="container mt-4">
{!! $shareComponent !!}
</div>
<div class="article-content">
<div class="sports-news-content">
<p style="font: bold;">{{ $news->short_description }}</p>