Clean up unused variables and improve sidebar label for clarity

This commit is contained in:
2025-08-19 13:44:14 +05:45
parent d2a7ada38f
commit 3262e279a8
5 changed files with 15 additions and 17 deletions

View File

@@ -67,7 +67,6 @@
</a>
</div>
</div>
<div class="text-center">
<p class="mb-0 fs-5 test-muted"><i>Estimated Cost Calculation For
{{ $cost->country?->title ?? 'N/A' }}</i> (<strong

View File

@@ -1,8 +1,7 @@
@extends('client.raffles.layouts.app')
@section('content')
@php
$firstAcc = $page->children[0];
@endphp
<div class="study-destinations-banner">
<img src="{{ asset($page->banner) }}" width="1425" height="356" alt="study uk">
</div>
@@ -12,7 +11,8 @@
<h2 class="md:text-30 text-60 text-sec">Study in {{ $page->title }}</h2>
<div class="title-line mx-auto"></div>
</div>
@if ($page->children->count() > 0)
@if ($page->children)
<section class="free-resources-content tab-container">
<div class="row">
<div class="col col-md-3">