@extends('ved.layout.layout') @section('content')
{{ $australia->subtitle }}

{{ $australia->title }}

@foreach ($australia->children as $item)
grid
@endforeach
{{ $uk->subtitle }}

{{ $uk->title }}

@foreach ($uk->children as $item)
grid
@endforeach
{{ $usa->subtitle }}

{{ $usa->title }}

@foreach ($usa->children as $item)
grid
@endforeach
{{ $institution->subtitle }}

{{ $institution->title }}

@foreach ($institution->children as $item)
{!! $item->text !!}
@endforeach
@endsection