@extends('ved.layout.layout') @section('content')
about

{!! $aboutus->text !!}

{{ $milestones->subtitle }}

{{ $milestones->title }}

@foreach ($milestones->children as $item)

{!! $item->text !!}

@endforeach
{{ $approaches->subtitle }}

{{ $approaches->title }}

@foreach ($approaches->children as $item)

{!! $item->text !!}

@endforeach
{{ $csr->subtitle }}

{{ $csr->title }}

@foreach ($csr->children as $item) @endforeach
{{ $associations->subtitle }}

{{ $associations->title }}

@foreach ($associations->children as $item) @endforeach
@endsection