@extends('adminlte::page') @section('title', 'AdminLTE') @section('content_header')

FHIR Playground

@stop @section('content')

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 . '
' : '' !!}
@if(isset($kyc_iframe)) Buka di tab baru @endif
@stop @push('css') @endpush @push('js') @if ($message = Session::get('success')) @endif @endpush