@extends('saas::frontend.layouts.master') @section('title', @$data['title']) @section('styles') @endsection @section('content') @foreach(@$data['cms_contents'] as $key => $content)
@if($content->style == 1)

{{ @$content->title }}

{!! $content->description !!}
@elseif($content->style == 2)

{{ @$content->title }}

{!! $content->description !!}
@elseif($content->style == 3)

{{ @$content->title }}

{!! $content->description !!}
@elseif($content->style == 4)

{{ @$content->title }}

{!! $content->description !!}
@elseif($content->style == 5)

{{ @$content->title }}

{!! $content->description !!}
@elseif($content->style == 6)

{{ $content->title }}

{{ $content->description }}

@if ($content->order == 0) {{ _trans('frontend.Get Started') }} @endif @if ($content->link) {{ _trans('frontend.Watch Demo') }} @endif
img
@elseif($content->style == 7)
img

{{ $content->title }}

{{ $content->description }}

@if ($content->order == 0) {{ _trans('frontend.Get Started') }} @endif @if ($content->link) {{ _trans('frontend.Watch Demo') }} @endif
@endif
@push('scripts') @endpush @endforeach @endsection