@extends('layouts.front') @section('title') Features @endsection @section('content')

Features

{{isset($template->sec_seven_title)?$template->sec_seven_title:''}}

{{isset($template->sec_seven_description)?$template->sec_seven_description:''}}

@if(isset($template->sec_seven_bg_image_file) && $template->sec_seven_bg_image_file) @endif

{{isset($template->main_title)?$template->main_title:''}}

@if(isset($template->sec_four_description) && isset($template->sec_four_title )) @foreach($template->sec_four_description as $key=>$secFourDescription) @foreach($template->sec_four_title as $keyOne=>$secFourtitle) @if($key == $keyOne && $secFourDescription && $secFourtitle)
{{$secFourtitle}}

{{$secFourDescription}}

@endif @endforeach @endforeach @endif
@endsection @section('extra-scripts') @endsection