@extends('layouts.front') @push('css') @endpush @section('content')

@lang('About US')

about
@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
@php echo $ps->about_details; @endphp
@endsection @push('js') @endpush