Файловый менеджер - Редактировать - /home/clickysoft/public_html/travel-guru.clickysoft.net/resources/views/front/destination/index.blade.php
Назад
@extends('front.layouts.master', ['is_travel_agent' => false]) @section('title', 'Destinations') @section('content') <section class="destinations-sec-bg"> <div class="container-fluid"> <div class="row"> <div class="col-lg-12 col-md-12 col-sm-12 col-12"> <div class="destinations-content"> <h1>Destinations</h1> <div class="boxes-grid"> @foreach ($destinations as $destination) <div class="boxes-grid-content"> <img src="{{ $destination->getFirstMediaUrl('featured_image') }}" alt="image" class="img-fluid" /> <div class="boxes-grid-text"> <h4>{{ $destination->title }}</h4> <a href="{{ route('destination.detail', $destination->slug) }}">View more</a> </div> </div> @endforeach </div> </div> </div> </div> </div> </section> <!-- DESTINATIONS SECTION END --> @endsection
| ver. 1.4 |
Github
|
.
| PHP 8.1.29 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка