@if($status === 422) @include('explorer.partials.422', ['data' => $data]) @else @foreach($data as $type => $item)
@json($item, JSON_PRETTY_PRINT)