@extends('panel.layout.app') @section('title', __('Site Health')) @section('content')
@if(Auth::user()->type == 'admin') @if ($app_is_not_demo)
@endif @endif
@endsection @section('script') @endsection