@extends('front.layout.app') @section('seo_title') {{ $page_two_data->about_seo_title }} @endsection @section('seo_meta_description') {{ $page_two_data->about_seo_meta_description }} @endsection @section('main_content')
About @isset($page_two_data->about_video_url) @endisset

@isset($page_two_data->about_title_highlight) {{ $page_two_data->about_title_highlight }} @endisset {{ $page_two_data->about_title }}

{!! $page_two_data->about_text !!}
@if($page_two_data->about_button) @endif

@isset($page_two_data->skills_title_highlight) {{ $page_two_data->skills_title_highlight }} @endisset {{ $page_two_data->skills_title }}

{!! $page_two_data->skills_text !!}
@for ($i = 1; $i <= 6; $i++) @php $text = 'skill' . $i . '_text'; $percent = 'skill' . $i . '_percentage'; @endphp @if (isset($page_two_data->$text) && isset($page_two_data->$percent))

{{ $page_two_data->$text }}

{{ $page_two_data->$percent }}%
@endif @endfor
@endsection