about done

This commit is contained in:
2025-06-05 16:05:24 +05:45
parent 01785b7bb9
commit 27d26848e2
4 changed files with 3 additions and 99 deletions

View File

@ -18,7 +18,7 @@ class FrontendController extends Controller
$data['sliderItems'] = Slider::all(); $data['sliderItems'] = Slider::all();
$data['preparations'] = Preparation::all(); $data['preparations'] = Preparation::all();
$data['services'] = Service::all(); $data['services'] = Service::all();
$data['about'] = About::all(); $data['abouts'] = About::all();
// $data['contact'] = Contact::first(); // $data['contact'] = Contact::first();
// $data['testimonials'] = Testimonial::all(); // $data['testimonials'] = Testimonial::all();
// $data['partners'] = Partner::all(); // $data['partners'] = Partner::all();

View File

@ -5,7 +5,7 @@
@include('frontend.partials.slider', ['sliderItems' => $sliderItems]) @include('frontend.partials.slider', ['sliderItems' => $sliderItems])
@include('frontend.partials.preparation', ['preparations' => $preparations]) @include('frontend.partials.preparation', ['preparations' => $preparations])
@include('frontend.partials.service', ['services' => $services]) @include('frontend.partials.service', ['services' => $services])
@include('frontend.partials.about', ['about' => $about]) @include('frontend.partials.about', ['abouts' => $abouts])
{{-- @include('frontend.partials.contact', ['contact' => $contact]) --}} {{-- @include('frontend.partials.contact', ['contact' => $contact]) --}}
{{-- @include('frontend.partials.testimonial', ['testimonials' => $testimonials]) --}} {{-- @include('frontend.partials.testimonial', ['testimonials' => $testimonials]) --}}
{{-- @include('frontend.partials.partners', ['partners' => $partners]) --}} {{-- @include('frontend.partials.partners', ['partners' => $partners]) --}}

View File

@ -1,54 +1,8 @@
<!-- progress-section--> <!-- progress-section-->
{{-- @dd($about_nclex) --}}
{{-- @dd($popups) --}}
<section class="ttm-row progress-section clearfix"> <section class="ttm-row progress-section clearfix">
<div class="container"> <div class="container">
<div class="row g-0 res-991-plr-15"> <div class="row g-0 res-991-plr-15">
{{-- <div class="col-lg-4 order-lg-first ">
<!--section-title -->
<div class="section-title mb-0 res-1199-pl-15 res-991-pl-0 pt-20">
<div class="title-header">
<h3>{{$about_nclex->title}}</h3>
<h2 class="title">{{$about_nclex->short_description}}</h2>
<p>{!!$about_nclex->description!!} </p>
</div>
</div><!--section-title-end -->
</div> --}}
{{-- <div class="col-lg-4 order-lg-1">
<div class="pr-20 res-1199-pl-15 res-991-pl-0">
<div class="progress-section-text mb-25">
<p>We believe in your potential and are here to help you achieve your goal of becoming a licensed nurse. </p>
<p>To know more about us make an appointment with us.</p>
<div class="d-inline-block">
<a class="ttm-btn ttm-btn-size-md ttm-btn-shape-square ttm-btn-style-fill ttm-btn-color-skincolor" href="register.php">Make an Appointment</a>
</div>
</div>
</div>
</div> --}}
{{-- <div class="col-lg-4 order-lg-0">
<div class="featured-icon-box icon-align-top-content ttm-bgcolor-skincolor ttm-textcolor-white style12">
<div class="featured-icon">
<div class="ttm-icon ttm-icon_element-size-lg ttm-icon_element-onlytxt ttm-icon_element-color-white">
<i class="flaticon flaticon-heart-attack"></i>
</div>
<div class="featured-content">
<div class="featured-title">
<h3>Dont let the NCLEX intimidate you.</h3>
</div>
<div class="featured-desc">
</p>
</div>
<div class="featured-bottom">
<a href="programs.php">View More</a>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-4 order-lg-0 res-991-display-none res-991-mt-15">
</div> --}}
@foreach($abouts as $about) @foreach($abouts as $about)
<div class="col-lg-4 order-lg-3 res-991-mt-15"> <div class="col-lg-4 order-lg-3 res-991-mt-15">
<div class="featured-icon-box icon-align-top-content ttm-bgcolor-darkgrey ttm-textcolor-white style12"> <div class="featured-icon-box icon-align-top-content ttm-bgcolor-darkgrey ttm-textcolor-white style12">
@ -71,56 +25,6 @@
</div> </div>
</div> </div>
@endforeach @endforeach
{{-- <div class="col-lg-4 order-lg-4 res-991-mt-15">
<div class="featured-icon-box icon-align-top-content ttm-bgcolor-skincolor ttm-textcolor-white style12">
<div class="featured-icon">
<div class="ttm-icon ttm-icon_element-size-lg ttm-icon_element-onlytxt ttm-icon_element-color-white">
<i class="flaticon flaticon-heart-attack"></i>
</div>
<div class="featured-content">
<div class="featured-title">
<h3>you can approach the exam with confidence </h3>
</div>
<div class="featured-desc">
</div>
<div class="featured-bottom">
<a href="programs.php">View More</a>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-4 order-lg-last res-991-mt-15">
<div class="ttm-bg ttm-col-bgimage-yes col-bg-img-ten spacing-19">
<div class="ttm-col-wrapper-bg-layer ttm-bg-layer"></div>
<div class="layer-content"></div>
</div>
<img src="images/bg-image/col-bgimage-10.png" class="ttm-equal-height-image" alt="single-img-10">
</div>
<div class="col-lg-4 order-lg-5 res-991-mt-15 align-self-center">
<div class="text-center">
<div class="ttm-fid inside style1">
<div class="ttm-fid-contents">
<h4 class="ttm-fid-inner">
</h4>
</div>
</div>
<!--section-title -->
<div class="section-title title-style-center_text">
<div class="title-header">
<h2 class="title font-size-26 pl-40 pr-40 res-991-pl-0 res-991-pr-0"> We wish you the best of luck on your NCLEX journey!</h2>
<h3><a href="about.php">Become a Licensed Nurse</a></h3>
</div>
</div><!--section-title-end -->
</div>
</div>
<div class="col-lg-4 order-lg-2">
<div class="ttm-bg ttm-col-bgimage-yes col-bg-img-nine spacing-19">
<div class="ttm-col-wrapper-bg-layer ttm-bg-layer"></div>
<div class="layer-content"></div>
</div>
<img src="images/bg-image/col-bgimage-9.png" class="ttm-equal-height-image" alt="single-img-09">
</div> --}}
</div> </div>
</div> </div>
</section> </section>

View File

@ -11,7 +11,7 @@ use App\Http\Controllers\ServiceController;
use App\Http\Controllers\AboutController; use App\Http\Controllers\AboutController;
Route::get('/', [FrontendController::class, 'homePage'])->name('home'); Route::get('/', [FrontendController::class, 'homePage'])->name('home');
Route::get('/about', [FrontendController::class, 'aboutPage'])->name('about'); Route::get('/aboutpage', [FrontendController::class, 'aboutPage'])->name('aboutpage');
Route::get('/dashboard', function () { Route::get('/dashboard', function () {