@extends( 'layout.dashboard' ) @section( 'layout.dashboard.with-title' )
{{ __( 'Enviroment Details' ) }}
@foreach( $details as $label => $value ) @endforeach
{{ __( 'Properties' ) }} {{ __( 'Value' ) }}
{{ $label }} {{ $value }}

@foreach( $extensions as $label => $value ) @endforeach
{{ __( 'Extensions' ) }} {{ __( 'Status' ) }}
{{ $label }} {{ $value ? __( 'Yes' ) : __( 'No' ) }}

@foreach( $configurations as $label => $value ) @endforeach
{{ __( 'Configurations' ) }} {{ __( 'Status' ) }}
{{ $label }} {{ $value }}
@endsection