@extends('frontend_landing_page.master') @section('content') @php $about = DB::table('about_us')->where('id', 1)->first(); $landing = DB::table('landing_pages')->where('id', 1)->first(); @endphp
{{ $about->title}}
About Us

{{ $about->title}}

{{$about->paragraph_one }}

{{$about->paragraph_two }}

{{ $about->achievement_one}}
{{ $about->achievement_two}}
{{ $about->achievement_three}}
{{ $about->achievement_four}}
@php $service = DB::table('our_services')->where('id', 1)->first(); @endphp
{{ $service->title }}

Our Excellent AI Solutions for Your Business

{{ $service->description }}t

Learn More
@php $choose = DB::table('why_chooses')->where('id', 1)->first(); @endphp
Why Choose Us

{{ $choose->titile}}

{{ $choose->description}}

{{ $choose->point_one}}
{{ $choose->point_two}}
{{ $choose->point_three}}

{{ $choose->happy_client}}

Happy Clients

{{ $choose->project_complete}}

Project Complete

{{ $choose->titile}}
@php $case = DB::table('case_studies')->where('id', 1)->first(); @endphp
Case Study

{{ $case->title}}

Popular FAQs

Frequently Asked Questions

@php $page = DB::table('pages')->where('id', 1)->first(); @endphp {!!$page->faqs !!}
@php $team = DB::table('our_teams')->where('id', 1)->first(); @endphp
Our Team

{{ $team->title }}

{{ $team->description }}

Read More
{{ $team->name_one }}
{{ $team->name_one }}
{{ $team->designation_one }}
{{ $team->name_two }}
{{ $team->name_two }}
{{ $team->designation_two }}
{{ $team->name_three }}
{{ $team->name_three }}
{{ $team->designation_three }}
{{ $team->name_four }}
{{ $team->name_four }}
{{ $team->designation_four }}
@php $testimonial = DB::table('testimonials')->where('id', 1)->first(); @endphp
Testimonial

{{ $testimonial->title }}

{{ $testimonial->dscription }}

Read More
  • Basic
  • ৳199.99
  • Follow/Unfollow
  • Blog
  • Portfolio
  • Achievements
  • Skill
  • Service
  • Experience
  • Testimonial
  • Get Started
  • Professional
  • ৳249.99
  • Follow/Unfollow
  • Blog
  • Portfolio
  • Achievements
  • Skill
  • Service
  • Experience
  • Testimonial
  • Get Started
  • Master
  • ৳399.99
  • Follow/Unfollow
  • Blog
  • Portfolio
  • Achievements
  • Skill
  • Service
  • Experience
  • Testimonial
  • Get Started
@endsection