"use client";
  
import React from "react";
import ServiceSidebar from "./ServiceSidebar";
import ServicesImageSlider from "./ServicesImageSlider";
import Image from "next/image";

const ServiceDetailsContentTwo: React.FC = () => {
  return (
    <>
      <div className="services-details-area ptb-100">
        <div className="container">
          <div className="row">
            <div className="col-lg-8 col-md-12">
              <ServicesImageSlider />

              <div className="services-details-desc service-inner-content">
                <h3>Laravel PHP Framework is created to write code syntax</h3>
                <p>Laravel is another name for simplicity and readability. Laravel PHP Framework is created to write code syntax that is simple yet expressive.In order to make development process a fun-filled an enjoyable task, Laravel is crafted in a way that it seems so friendly and smooth that every developer looks forward to working on such friendly platform.Laravel attempts to ease the pain out of the complex development process by making the common tasks used in the majority of web projects like authentication, routing, sessions, and caching easy and worth enjoying.</p>
                <p>With the sudden coming changes into the development technologies, Laravel proves to be one of the best cost-efficient methods which has been developed keeping in mind the customer-centric approach. Laravel framework is extremely extensive and has been the first choice for developers for many reasons:</p>
                <p>It has highly beneficial in-built features like-</p>
                <div className="content">
                  <ul>
                    <li><i className="bx bx-check"></i> Efficient caching system</li>
                    <li><i className="bx bx-check"></i> Easy accessibility to regional database through various routes</li>
                    <li><i className="bx bx-check"></i> Offers total security through proper authentication</li>
                    <li><i className="bx bx-check"></i> Efficient mobile application development</li>
                    <li><i className="bx bx-check"></i> Relational mapping framework</li>
                    <li><i className="bx bx-check"></i> Strong MVC support</li>
                    <li><i className="bx bx-check"></i> Faster development process</li>
                    <li><i className="bx bx-check"></i> Efficient routing</li>
                    <li><i className="bx bx-check"></i> Versatility</li>
                    <li><i className="bx bx-check"></i> Interactive migration system</li>
                  </ul>
                </div>
                <p className="mt-4">Taking advantage of Laravel as a PHP Framework works as an added advantage and helps gain flawless web development.</p>
                <p>Reasons why <b>Webile Technologies</b> is the appropriate choice to Laravel web development are:</p>
                <div className="content">
                  <ul>
                    <li><i className="bx bx-check"></i> We have experienced and elligible laravel web developers at work.</li>
                    <li><i className="bx bx-check"></i> These developers deliver timely solutions to the customers.</li>
                    <li><i className="bx bx-check"></i> High level open source expertise.</li>
                    <li><i className="bx bx-check"></i> we provide 24*7 customer support.</li>
                    <li><i className="bx bx-check"></i> Cost-effectiveness is our major objective.</li>
                    <li><i className="bx bx-check"></i> we successfully understand the client requirements and meet their expectations through quality solutions.</li>
                    <li><i className="bx bx-check"></i> quality is never compromised when the development is carried out efficiently at our experienced hands.</li>
                    <li><i className="bx bx-check"></i> we have a perfect combination of in-depth knowledge, utter expertise and required qualification to complete the task.</li>
                    <li><i className="bx bx-check"></i> We adopt innovative development approach into our work.</li>
                  </ul>
                </div>
                <p className="mt-4">We At <b>Webile Technologies</b> possess a vast experience in developing web applications based on such simple interface called Laravel. We have a highly skilled experienced team of Laravel developers that deliver high quality applications and develop best-in-class web applications by making a smart use of MVC based platform.</p>
                <p>Laravel development process carried out by us is controlled by experienced developers who exercise a good control over an extensive working in PHP & Symfony which helps in facilitating robust applications.</p>
              </div>
            </div>

            <div className="col-lg-4 col-md-12">
              <ServiceSidebar />
            </div>
          </div>
        </div>
      </div>
    </>
  );
};

export default ServiceDetailsContentTwo;
