{{ __( 'Properties' ) }} |
{{ __( 'Value' ) }} |
@foreach( $details as $label => $value )
{{ $label }} |
{{ $value }} |
@endforeach
{{ __( 'Extensions' ) }} |
{{ __( 'Status' ) }} |
@foreach( $extensions as $label => $value )
{{ $label }} |
{{ $value ? __( 'Yes' ) : __( 'No' ) }} |
@endforeach
{{ __( 'Configurations' ) }} |
{{ __( 'Status' ) }} |
@foreach( $configurations as $label => $value )
{{ $label }} |
{{ $value }} |
@endforeach
@if ( env( 'APP_DEBUG' ) )
{{ __( 'Developper Section' ) }} |
{{ __( 'Configurations' ) }} |
{{ __( 'Status' ) }} |
@foreach( $developpers as $label => $value )
{{ $label }} |
{{ $value }} |
@endforeach
@endif