2022-01-01 17:59:24 +00:00
|
|
|
@extends('template.'.config('settings.template').'.content.master')
|
|
|
|
@section('content')
|
|
|
|
|
|
|
|
|
2023-05-07 18:59:35 +00:00
|
|
|
<main class="portfolio-page style-1">
|
|
|
|
<!-- ====== start portfolio-projects ====== -->
|
|
|
|
<section class="portfolio-projects section-padding pt-50 style-1 bg-white">
|
|
|
|
<div class="container">
|
|
|
|
<div class="section-head text-center style-4 mb-40">
|
2023-05-07 19:13:18 +00:00
|
|
|
<small class="title_small">New</small>
|
|
|
|
<h2 class="mb-20">Themes for the <span> Lumino CMS </span> </h2>
|
2023-05-07 18:59:35 +00:00
|
|
|
<p>We have an experienced team of production and inspection personnel to ensure quality.</p>
|
2022-01-01 17:59:24 +00:00
|
|
|
</div>
|
2023-05-07 18:59:35 +00:00
|
|
|
<div class="controls">
|
|
|
|
<button type="button" class="control" data-filter="all">All</button>
|
2023-05-07 19:13:18 +00:00
|
|
|
<button type="button" class="control" data-filter=".free">Free</button>
|
|
|
|
<button type="button" class="control" data-filter=".paid">Paid</button>
|
|
|
|
<button type="button" class="control" data-filter=".private">Private</button>
|
2022-01-01 17:59:24 +00:00
|
|
|
|
2023-05-07 18:59:35 +00:00
|
|
|
</div>
|
|
|
|
<section class="portfolio style-1">
|
|
|
|
<div class="content">
|
|
|
|
<div class="row mix-container">
|
|
|
|
|
2023-05-07 19:13:18 +00:00
|
|
|
@foreach($contents as $content)
|
2023-05-07 18:59:35 +00:00
|
|
|
<div class="col-lg-4 mix security consultation">
|
|
|
|
<div class="portfolio-card mb-50">
|
|
|
|
<div class="img">
|
2023-05-07 19:14:33 +00:00
|
|
|
<img src="{{$content->image}}" alt="">
|
2023-05-07 18:59:35 +00:00
|
|
|
</div>
|
|
|
|
<div class="info">
|
|
|
|
<h5>
|
|
|
|
<a href="{{$content->path}}"> {{$content->title}} </a>
|
|
|
|
</h5>
|
|
|
|
<small class="d-block color-main text-uppercase">IT Consultation</small>
|
|
|
|
<div class="text">
|
|
|
|
Trust our top minds to eliminate workflow pain points, implement new tech & app.
|
|
|
|
</div>
|
|
|
|
<div class="tags">
|
2023-05-07 19:13:18 +00:00
|
|
|
<a href="#">Free</a>
|
2023-05-07 18:59:35 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
@endforeach
|
2022-01-01 17:59:24 +00:00
|
|
|
|
2022-01-28 19:31:31 +00:00
|
|
|
|
|
|
|
</div>
|
2023-05-07 18:59:35 +00:00
|
|
|
</div>
|
|
|
|
<div class="text-center">
|
|
|
|
<a href="#" class="btn rounded-pill bg-blue4 fw-bold text-white me-4" target="_blank">
|
|
|
|
<small> Show More (24) </small>
|
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
<section class="download section-padding style-5 bg-light">
|
|
|
|
<div class="container">
|
|
|
|
<div class="row justify-content-center">
|
|
|
|
<div class="col-lg-9">
|
|
|
|
<div class="content text-center">
|
|
|
|
<div class="section-head text-center style-4">
|
|
|
|
<h2 class="mb-20"> Access your business potentials today & find opportunity for <span> bigger success </span> </h2>
|
|
|
|
</div>
|
|
|
|
<div class="butns mt-70">
|
|
|
|
<a href="page-contact-app.html" class="btn rounded-pill bg-blue4 fw-bold text-white me-4" target="_blank">
|
|
|
|
<small> Start A Project Now </small>
|
|
|
|
</a>
|
|
|
|
<a href="page-about-app.html" class="btn rounded-pill hover-blue4 fw-bold border-blue4" target="_blank">
|
|
|
|
<small> See Pricing & Plan </small>
|
|
|
|
</a>
|
|
|
|
</div>
|
2022-01-28 19:31:31 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
2023-05-07 18:59:35 +00:00
|
|
|
</div>
|
|
|
|
<img src="assets/img/contact_globe.svg" alt="" class="contact_globe">
|
|
|
|
</section>
|
|
|
|
<!-- ====== end portfolio-projects ====== -->
|
2022-01-01 17:59:24 +00:00
|
|
|
|
|
|
|
|
2023-05-07 18:59:35 +00:00
|
|
|
</main>
|
2022-01-01 17:59:24 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
@stop
|
|
|
|
|
|
|
|
|
|
|
|
|