@extends('ved.layout.layout') @section('content')
@foreach ($data->children as $item)

{!!$item->details!!}

@endforeach
@endsection