@extends('main') @section('css') @endsection @section('content')
@if(session('message'))
@endif
Permalink : {{URL::to('jasa-pembuatan-aplikasi/pricing')}}
{{ $content->price_1 }}
{{ $content->sub_title_1 }}
{{ $content->title_1 }}
@php $point_1 = json_decode($content->point_1, true); @endphp @if(!empty($point_1)) @for($i = 0; $i <= count($point_1) - 1; $i++) {{ $point_1[$i] }} @endfor @endif
{{ $content->price_2 }}
{{ $content->sub_title_2 }}
{{ $content->title_2 }}
@php $point_2 = json_decode($content->point_2, true); @endphp @if(!empty($point_2)) @for($i = 0; $i <= count($point_2) - 1; $i++) {{ $point_2[$i] }} @endfor @endif
{{ $content->price_3 }}
{{ $content->sub_title_3 }}
{{ $content->title_3 }}
@php $point_3 = json_decode($content->point_3, true); @endphp @if(!empty($point_3)) @for($i = 0; $i <= count($point_3) - 1; $i++) {{ $point_3[$i] }} @endfor @endif
{{--
{!! $content->section_feature_big_title !!}
{!! $content->section_feature_small_title !!}
@if(!empty($features)) @foreach($features as $f)
{{ \App\Http\Controllers\SiteFeatureController::checkAltMediaStatic($f->image) }} {!! $f->title !!}
{!! $f->description !!}
@endforeach @endif
--}}
@endsection @section('js') @endsection