@if(!empty($first))

@if ($u_level != 3) Created by: {{$first['user']['name']}} @endif

{{$first['build_name']}}
Active
@endif @if(!$build->isEmpty()) @foreach($build as $buildData)

@if ($u_level != 3) Created by: {{$buildData->user['name']}} @endif

{{$buildData->build_name}}
@endforeach @endif