diff --git a/resources/views/client/raffles/layouts/app.blade.php b/resources/views/client/raffles/layouts/app.blade.php index 0815b94..424b53d 100644 --- a/resources/views/client/raffles/layouts/app.blade.php +++ b/resources/views/client/raffles/layouts/app.blade.php @@ -619,7 +619,6 @@ }); - diff --git a/resources/views/client/raffles/pages/contact-template.blade.php b/resources/views/client/raffles/pages/contact-template.blade.php index f91b587..92c7a4a 100644 --- a/resources/views/client/raffles/pages/contact-template.blade.php +++ b/resources/views/client/raffles/pages/contact-template.blade.php @@ -54,14 +54,15 @@ @csrf
+ id="name" placeholder=" Name" required> + id="email" placeholder="Email" required>
- + id="subject" placeholder="Subject" required> + diff --git a/resources/views/client/raffles/pages/cost-calculator.blade.php b/resources/views/client/raffles/pages/cost-calculator.blade.php index 6effec6..faddf0d 100644 --- a/resources/views/client/raffles/pages/cost-calculator.blade.php +++ b/resources/views/client/raffles/pages/cost-calculator.blade.php @@ -135,7 +135,7 @@
-
+
@@ -228,7 +228,7 @@
@foreach ($programss as $key => $program) - diff --git a/resources/views/client/raffles/pages/study-destination-template.blade.php b/resources/views/client/raffles/pages/study-destination-template.blade.php index 315dbc5..d2cfcd4 100644 --- a/resources/views/client/raffles/pages/study-destination-template.blade.php +++ b/resources/views/client/raffles/pages/study-destination-template.blade.php @@ -67,49 +67,60 @@
- + @php + $accordionId = "accordion-questions-{$index}"; + @endphp

Why Study in {{ $page->title }}

-
- @foreach ($page->custom as $key => $value) + +
+ + @foreach ($child->custom as $key => $item) + @php + $headingId = "heading-{$index}-{$key}"; + $collapseId = "collapse-{$index}-{$key}"; + @endphp +
-
+ +
-

{{ $value['key'] ?? '' }}

+

{{ $item['key'] ?? '' }}

@endforeach
-
+
@@ -283,3 +294,365 @@ @include('client.raffles.pages.call-request') @endsection +@extends('client.raffles.layouts.app') +@section('content') + + +
+ study uk +
+ +
+
+

Study in {{ $page->title }}

+
+
+ + @if ($page->children) +
+
+
+ +
+ +
+
+ @foreach ($page->children as $index => $child) +
+
+
+

{{ $child->short_description }}

+
+
+

{!! $child->description !!}

+
+
+
+ +
+
+
+
+
+
+
+
+
+ + + +
+

+ Why Study in {{ $page->title }} +

+
+ @foreach ($page->children as $index => $value) + @foreach ($value->custom as $key => $item) +
+ +
+
+

{{ $item['key'] ?? '' }}

+
+
+
+ @endforeach + @endforeach +
+ +
+ + +
+
+
+
+
+
Office Blog
+
+ +
+ @foreach ($child->custom as $index => $item) +
+
+
+
+ blog +
+ +
+
+
+
+
+

+ {{ $item['key'] ?? '' }} +

+
+
+

+ {{ $item['value'] ?? '' }} +

+
+
+
+
+ @endforeach +
+
+
+
+
+
+
+
+ @endforeach +
+
+
+
+ @endif + @include('client.raffles.pages.call-request') +
+@endsection +@extends('client.raffles.layouts.app') +@section('content') + + +
+ study uk +
+ +
+
+

Study in {{ $page->title }}

+
+
+ + @if ($page->children) +
+
+
+ +
+ +
+
+ @foreach ($page->children as $index => $child) +
+
+
+

{{ $child->short_description }}

+
+
+

{!! $child->description !!}

+
+
+
+ +
+
+
+
+
+
+
+
+
+ + + +
+

+ Why Study in {{ $page->title }} +

+
+ @foreach ($page->children as $index => $value) + @foreach ($value->custom as $key => $item) +
+ +
+
+

{{ $item['key'] ?? '' }}

+
+
+
+ @endforeach + @endforeach +
+ +
+ + +
+
+
+
+
+
Office Blog
+
+ +
+ @foreach ($child->custom as $index => $item) +
+
+
+
+ blog +
+ +
+
+
+
+
+

+ {{ $item['key'] ?? '' }} +

+
+
+

+ {{ $item['value'] ?? '' }} +

+
+
+
+
+ @endforeach +
+
+
+
+
+
+
+
+ @endforeach +
+
+
+
+ @endif + @include('client.raffles.pages.call-request') +
+@endsection diff --git a/resources/views/client/raffles/parts/get-in-touch.blade.php b/resources/views/client/raffles/parts/get-in-touch.blade.php index 2794e45..391c280 100644 --- a/resources/views/client/raffles/parts/get-in-touch.blade.php +++ b/resources/views/client/raffles/parts/get-in-touch.blade.php @@ -35,24 +35,25 @@ @csrf
+ type="text" name="name" id="name" placeholder=" Name" required> + type="text" name="address" id="address" placeholder=" Address" required>
+ name="email" id="email" placeholder="Your Email" required> + inputmode="numeric" name="contact" id="contact" placeholder="Contact" + required>
+ placeholder="Language Test Score (ilets overall: 7.0 )" required> + name="qualification" id="qualification" placeholder="Recent Education Qualification" + required>
@@ -78,7 +79,7 @@
-
+