@extends( 'layout.dashboard' ) @section( 'layout.dashboard.with-title' )
| {{ __( 'Properties' ) }} | {{ __( 'Value' ) }} |
|---|---|
| {{ $label }} | {{ $value }} |
| {{ __( 'Extensions' ) }} | {{ __( 'Status' ) }} |
|---|---|
| {{ $label }} | {{ $value ? __( 'Yes' ) : __( 'No' ) }} |
| {{ __( 'Configurations' ) }} | {{ __( 'Status' ) }} |
|---|---|
| {{ $label }} | {{ $value }} |