Fist Step In Welcome.blade.php file
for Table

Secound Step In Pages.blade.php
@if(sizeof($gallery) >0) | |
<link href="{{ asset('css/page.css') }}" rel="stylesheet"> | |
<tr> | |
<td style="border-radius:2px;"> | |
<div style="margin-right: 8px;" class="row"> | |
@foreach ($gallery as $gall) | |
<div class="col-md-4"> | |
<?php | |
foreach (json_decode($gall->Image)as $picture) { ?> | |
<img class="w-100 py-3" src="{{ asset('public/image/'. $picture) }}" | |
style="border-radius: 5px; transition: .3s;cursor: pointer;" /> | |
@break <?php | |
} ?> | |
<h1 class="centered"><a href="{{ route('showcategory',$gall->Category) }}" target="_blank"> | |
<b style="font-size:24px;">{{$gall->Category}} | |
</b></a> </h1> | |
<div class="text-block"> | |
<h3><a href="{{ route('showcountry',$gall->slug2) }}" | |
target="_blank"><b>{{$gall->country_name}}</b></a> | |
</h3> | |
<h5 style="font-size:16;"><a href="{{ route('showstate',$gall->slug1) }}" | |
target="_blank"><b>{{$gall->state_name}}</a>/<span><a | |
href="{{ route('showcity',$gall->slug) }}" | |
target="_blank">{{$gall->city_name}}</a></span></b> | |
</h5> | |
</div> | |
</div> | |
@endforeach | |
<div class="col-md-8"> | |
</div> | |
</div> | |
<br> | |
</td> | |
</tr> | |
@else | |
<tr> | |
<th></th> | |
<th></th> | |
<th></th> | |
<th style="font-size: 22px; color:red;">Data not found</th> | |
<th></th> | |
<th></th> | |
</tr> | |
@endif |
Third Step In Routing, Go To web.php

Forth Step In GestController.php

This is Return $gallery View

This is View page

Fifth Step in GestController in popular data

Popular data View

This is Welcome page view

Iβm a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I am working at Cotocus. I blog tech insights at DevOps School, travel stories at Holiday Landmark, stock market tips at Stocks Mantra, health and fitness guidance at My Medic Plus, product reviews at I reviewed , and SEO strategies at Wizbrand.
Please find my social handles as below;
Rajesh Kumar Personal Website
Rajesh Kumar at YOUTUBE
Rajesh Kumar at INSTAGRAM
Rajesh Kumar at X
Rajesh Kumar at FACEBOOK
Rajesh Kumar at LINKEDIN
Rajesh Kumar at PINTEREST
Rajesh Kumar at QUORA
Rajesh Kumar at WIZBRAND