@if(count($obs) > 0) @foreach($obs as $item)
{{ \Carbon\Carbon::parse( $item->created_at)->format('d-m-Y') }}
{{$item->observacion}}