⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.91
Server IP:
157.245.101.34
Server:
Linux skvinfotech-website 5.4.0-131-generic #147-Ubuntu SMP Fri Oct 14 17:07:22 UTC 2022 x86_64
Server Software:
Apache/2.4.41 (Ubuntu)
PHP Version:
7.4.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
var
/
www
/
skvewasterecycling.com
/
resources
/
views
/
View File Name :
blog.blade.php
@include('templates.header') <head> <title>@yield('title','BLOG-SKV E-WASTE RECYCLING PVT.LTD.')</title> <meta name="keywords" content="@yield('meta_keywords','Blog Skv E-Waste Recycling Pvt.Ltd Call @ +91 9094345145')"> <meta name="description" content="@yield('meta_description','Contact Skv E-Waste Recycling Pvt.Ltd Call @ +91 9094345145')"> <link rel="canonical" href="http://localhost/ewaste/blog"/> </head> <section class="top-banner"> @include('templates.nav-bar') </section> <div class="col-12"> <div class="data-banner"> <h1>Our Blog</h1> </div> </div> <!-- blog starts --> <div class="bl_og w-90 my-3"> <div class="d-flex flex-wrap justify-content-center align-items-center"> @foreach($blogs as $blog) <div class="col-md-4 px-2 mt-3"> <div class="bl_g"> <div class="bl_img"> <img src="{{asset('/images/blog/'.$blog->image)}}" alt="" /> </div> <div class="bl_txt mt-2"> <h3>{{$blog->title}}</h3> {!!$blog->description!!} <div class="bl_bt d-flex"> <div class="bl_ad d-flex align-items-center"> <!-- <i class="ri-account-box-fill ic_ad pe-2"></i><h6>Admin</h6> --> </div> <div class="bl_dt d-flex align-items-center text-right"> <i class="ri-calendar-todo-fill ic_ad pe-2"></i> <h6>{{ date('d M Y',strtotime($blog->date)) }}</h6> </div> </div> </div> <div class="bl_btn text-center mt-3"> <a href="{{url('/blogview',[$blog->slug_name])}}" class="btn_re">Read more</a> </div> </div> </div> @endforeach </div> </div> <!-- blog ends --> @include('templates.footer')