master
parent
79ee47a47a
commit
f191feaaf3
|
@ -1,6 +1,8 @@
|
||||||
|
@inject('type', 'Type')
|
||||||
@extends('template.'.config('settings.template').'.content.master')
|
@extends('template.'.config('settings.template').'.content.master')
|
||||||
@section('content')
|
@section('content')
|
||||||
|
|
||||||
|
@php($themes = $type->get("Themes"))
|
||||||
|
|
||||||
<main class="portfolio-page style-1">
|
<main class="portfolio-page style-1">
|
||||||
<!-- ====== start portfolio-projects ====== -->
|
<!-- ====== start portfolio-projects ====== -->
|
||||||
|
@ -16,7 +18,7 @@
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<div class="row mix-container">
|
<div class="row mix-container">
|
||||||
|
|
||||||
@foreach($contents as $content)
|
@foreach($themes->contents as $content)
|
||||||
<div class="col-lg-4 mix security consultation">
|
<div class="col-lg-4 mix security consultation">
|
||||||
<div class="portfolio-card mb-50">
|
<div class="portfolio-card mb-50">
|
||||||
<div class="img">
|
<div class="img">
|
||||||
|
|
Loading…
Reference in New Issue