2020-03-23 18:10:42 +01:00
|
|
|
@extends('portal.ninja2020.layout.app')
|
|
|
|
@section('meta_title', ctrans('texts.dashboard'))
|
2020-03-13 22:17:08 +01:00
|
|
|
|
2020-03-23 18:10:42 +01:00
|
|
|
@section('header')
|
2020-04-13 03:48:23 +02:00
|
|
|
@if(!empty($client->getSetting('custom_message_dashboard')))
|
|
|
|
@component('portal.ninja2020.components.message')
|
|
|
|
{!! CustomMessage::client($client)
|
|
|
|
->company($client->company)
|
|
|
|
->message($client->getSetting('custom_message_dashboard')) !!}
|
|
|
|
@endcomponent
|
|
|
|
@endif
|
2020-03-13 22:17:08 +01:00
|
|
|
@endsection
|
2020-03-23 18:10:42 +01:00
|
|
|
|
|
|
|
@section('body')
|
2021-01-13 22:17:47 +01:00
|
|
|
Coming soon.
|
2020-03-23 18:10:42 +01:00
|
|
|
@endsection
|