@extends('dreamon.welcome') @section('content')

Blog Details

{{$data->title}}

{!!$data->text!!}

These are the concepts that shape our distinctive culture & differentiate us from others. They ture the unique spirit of our Firm guide the behaviors that enable us to deliver the promises we make to our clients and our people.

@foreach($data->Childrens as $blogpost)

{{$blogpost->title}}

@if($blogpost->cover)
img
@endif

{!!$blogpost->text!!}

@endforeach
@endsection