@extends('layouts.app')
@section('content')
-
{{ $user->profileLink() }}
@foreach($user->childs as $child)
-
{{ $child->profileLink() }}
@foreach($child->childs as $grand)
-
{{ $grand->profileLink() }}
@foreach($grand->childs as $gg)
-
{{ $gg->profileLink() }}
@endforeach
@endforeach
@endforeach
@endsection
@section ('ext_css')
@endsection