@extends('adminlte::page') @section('title', 'CORPORATE RHOMB | ' . trans('labels.reportesCorporativos')) @section('css') @stop @section('content_header')

{{ trans('labels.dashboardProduction') }}

@stop @section('content')
@if ($dashboard_url) @else
{{ trans('labels.warning') }}
{{ trans('labels.noDashboardFound') }}
@endif
@stop @section('footer') @include('layouts.footer') @stop @section('js') @stop