MMCT TEAM
Server IP : 103.191.208.50  /  Your IP : 216.73.216.53
Web Server : LiteSpeed
System : Linux orion.herosite.pro 4.18.0-553.53.1.lve.el8.x86_64 #1 SMP Wed May 28 17:01:02 UTC 2025 x86_64
User : celkcksm ( 1031)
PHP Version : 7.4.33
Disable Function : show_source, system, shell_exec, passthru, popen, exec
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON
Directory (0755) :  /home/celkcksm/cms.ncriptech.com/resources/views/web/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home/celkcksm/cms.ncriptech.com/resources/views/web/page.blade.php
@extends('web.layouts.master')
@section('title', $page->title)
@section('content')

    <!-- main-area -->
    <main>

        <!-- breadcrumb-area -->
        <section class="breadcrumb-area d-flex  p-relative align-items-center">
            <div class="container">
                <div class="row align-items-center">
                    <div class="col-xl-12 col-lg-12">
                        <div class="breadcrumb-wrap text-left">
                            <div class="breadcrumb-title">
                                <h2>{{ $page->title }}</h2>
                            </div>
                        </div>
                    </div>
                    <div class="breadcrumb-wrap2">
                        <nav aria-label="breadcrumb">
                            <ol class="breadcrumb">
                                <li class="breadcrumb-item"><a href="{{ route('home') }}">{{ __('navbar_home') }}</a></li>
                                <li class="breadcrumb-item active" aria-current="page">{{ $page->title }}</li>
                            </ol>
                        </nav>
                    </div>
                </div>
            </div>
        </section>
        <!-- breadcrumb-area-end -->
                   
        <!-- Page Detail -->
        <section class="project-detail">
            <div class="container">
                <!-- Upper Box -->
                @if(is_file('uploads/page/'.$page->attach))
                <div class="upper-box">
                    <div class="single-item-carousel owl-carousel owl-theme">
                        <figure class="image"><img src="{{ asset('uploads/page/'.$page->attach) }}" alt="{{ $page->title }}"></figure>
                    </div>
                </div>
                @endif

                <!-- Lower Content -->
                <div class="lower-content2">
                    <div class="row">
                        <div class="text-column col-lg-12 col-md-12 col-sm-12">
                            <div class="s-about-content wow fadeInRight" data-animation="fadeInRight" data-delay=".2s">  

                                <h2>{{ $page->title }}</h2>
                                <p>{!! $page->description !!}</p>

                            </div>
                        </div>
                    </div>
                </div>

            </div>
        </section>
        <!--End Page Detail -->
       
    </main>
    <!-- main-area-end -->

@endsection

MMCT - 2023