@extends('frontend.layout.master') @section('style') @endsection @section('content')

About us

@php $data = get_setting('about_section_message'); $data = json_decode($data,true); // print_r($data); @endphp

{{ $data['title'] }}

{{ $data['name'] }}
{{ $data['degree'] }} {{ $data['position'] }}

{!! $data['description'] !!}

{{-- --}}
{{--

1 2 3 Next
--}}
@php $data = get_setting('about_section_one'); $data = json_decode($data,true); // print_r($data); @endphp

{!! $data['description'] !!}

{{-- --}}
@php $data = get_setting('about_section_two'); $data = json_decode($data,true); // print_r($data); @endphp

{!! $data['description'] !!}

{{-- --}}
@php $data = get_setting('about_section_three'); $data = json_decode($data,true); // print_r($data); @endphp

{{ $data['title'] }}

{!! $data['description'] !!} {{-- --}}
@endsection @section('script') @endsection