@extends('main') @section('css') @endsection @section('content')
@if(session('message'))
@endif
{{ $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
{{ $yearly->price_1 }}
{{ $yearly->sub_title_1 }}
{{ $yearly->title_1 }}
@php $point_1 = json_decode($yearly->point_1, true); @endphp @if(!empty($point_1)) @for($i = 0; $i <= count($point_1) - 1; $i++) {{ $point_1[$i] }} @endfor @endif
{{ $yearly->price_2 }}
{{ $yearly->sub_title_2 }}
{{ $yearly->title_2 }}
@php $point_2 = json_decode($yearly->point_2, true); @endphp @if(!empty($point_2)) @for($i = 0; $i <= count($point_2) - 1; $i++) {{ $point_2[$i] }} @endfor @endif
{{ $yearly->price_3 }}
{{ $yearly->sub_title_3 }}
{{ $yearly->title_3 }}
@php $point_3 = json_decode($yearly->point_3, true); @endphp @if(!empty($point_3)) @for($i = 0; $i <= count($point_3) - 1; $i++) {{ $point_3[$i] }} @endfor @endif
{{ $word->big_title }}
{{ $word->medium_title }}
{{ $word->small_title }}
@endsection @section('js') @endsection