@extends('adminlte::page') @section('title', 'AdminLTE') @section('content_header')
Your current ENVIRONMENT is : {{ env('SATUSEHAT_ENV') }}
{!! isset($token) ? 'Your current token is : ' . $token . '
' : '' !!} {!! isset($encounter) ? 'Your encounter example is :
' . $encounter . '
' : '' !!}
{!! isset($condition) ? 'Your condition example is :
' . $condition . '
' : '' !!}