@extends('layouts.front') @push('css') @endpush @section('content') @lang('About US') @lang('Home') @lang('About US') @lang('Who We are') {{ $ps->about_title }} @php echo $ps->about_text; @endphp @if ($ps->about_attributes) @foreach (json_decode($ps->about_attributes,true) as $key=>$attribute) {{ $attribute }} @endforeach @endif @lang('Get Started') @lang('More About Us') @php echo $ps->about_details; @endphp @endsection @push('js') @endpush
@php echo $ps->about_text; @endphp