@extends('front.layouts.master') @section('seo_title', $global_other_page_items->page_about_seo_title) @section('seo_meta_description', $global_other_page_items->page_about_seo_meta_description) @section('content')

{{ $global_other_page_items->page_about_title }}

@if($global_other_page_items->page_about_welcome_status == 'Show')
{{ $global_other_page_items->page_about_welcome_subheading }}

{{ $global_other_page_items->page_about_welcome_heading }}

{!! nl2br($global_other_page_items->page_about_welcome_text) !!}
{{ $global_other_page_items->page_about_welcome_experience_years }} {{ __('Years of Experience') }}
@endif @if($global_other_page_items->page_about_service_status == 'Show') @endif @if($global_other_page_items->page_about_portfolio_status == 'Show') @endif
@if($global_other_page_items->page_about_client_status == 'Show') @endif @endsection