@extends('layouts/contentLayoutMaster') @section('title', 'Minha Conta') @section('page-style') {{-- Page Css files --}} @endsection @section('content') {{ $user->name }} {{ $user->email }} Status @if($user->active == 1) Ativo @else Desativado @endif Função {{ $user->roles[0]->name }} @if($user->roles[0]->name == 'Médico') Especialidade {{ $user->spec }} CRM {{ $user->crm }} RQE {{ $user->rqe }} @endif Acesso Informações @if($user->roles[0]->name == 'Médico') Assinatura @endif Configurações Alterar Senha {{ csrf_field() }} {{ method_field('PUT') }} Senha atual Nova Senha Confirmar Senha Alterar Limpar {{ csrf_field() }} {{ method_field('PUT') }} Informações pessoais Nome RG CPF Email @if($user->roles[0]->name == 'Médico') Informações Médicas Especialidade CRM CRM/UF: -- @foreach($states as $state) crm_uf == $state) selected @endif>{{ $state }} @endforeach RQE @endif Alterar Limpar @if($user->roles[0]->name == 'Médico') {{ csrf_field() }} {{ method_field('PUT') }} @if($user->photo_signature != null) @else Você ainda não cadastrou sua assinatura digital! @endif Escolher nova assinatura (.png) Alterar @endif {{ csrf_field() }} {{ method_field('PUT') }} @if($user->roles[0]->name == 'Médico') Salvar laudo automático ? save_report_auto != 0) checked @endif /> Utiliza template Raio-x OIT use_template_iot != 0) checked @endif /> Visualizador padrão ? default_viewer == null) selected @endif>Todos default_viewer == 'cloud') selected @endif>Cloud default_viewer == 'horos') selected @endif>Horos default_viewer == 'weasis') selected @endif>Weasis default_viewer == 'radiant') selected @endif>Radiant Visualizar exames na Worklist ? worklist_listing == 0) selected @endif>Somente os meus worklist_listing == '1') selected @endif>Os meus e os livres Fonte do editor ? -- editor_config) @if(Auth::user()->editor_config['font'] == 'Arial') selected @endif @endisset>Arial editor_config) @if(Auth::user()->editor_config['font'] == 'Comic Sans MS') selected @endif @endisset>Comic Sans MS editor_config) @if(Auth::user()->editor_config['font'] == 'Courier New') selected @endif @endisset>Courier New editor_config) @if(Auth::user()->editor_config['font'] == 'Georgia') selected @endif @endisset>Georgia editor_config) @if(Auth::user()->editor_config['font'] == 'Lucida Sans Unicode') selected @endif @endisset>Lucida Sans Unicode editor_config) @if(Auth::user()->editor_config['font'] == 'Tahoma') selected @endif @endisset>Tahoma editor_config) @if(Auth::user()->editor_config['font'] == 'Times New Roman') selected @endif @endisset>Times New Roman editor_config) @if(Auth::user()->editor_config['font'] == 'Trebuchet MS') selected @endif @endisset>Trebuchet MS editor_config) @if(Auth::user()->editor_config['font'] == 'Verdana') selected @endif @endisset>Verdana Tamanho da fonte do editor ? -- editor_config) @if(Auth::user()->editor_config['size'] == '8') selected @endif @endisset>8 editor_config) @if(Auth::user()->editor_config['size'] == '9') selected @endif @endisset>9 editor_config) @if(Auth::user()->editor_config['size'] == '10') selected @endif @endisset>10 editor_config) @if(Auth::user()->editor_config['size'] == '11') selected @endif @endisset>11 editor_config) @if(Auth::user()->editor_config['size'] == '12') selected @endif @endisset>12 editor_config) @if(Auth::user()->editor_config['size'] == '14') selected @endif @endisset>14 editor_config) @if(Auth::user()->editor_config['size'] == '16') selected @endif @endisset>16 editor_config) @if(Auth::user()->editor_config['size'] == '18') selected @endif @endisset>18 editor_config) @if(Auth::user()->editor_config['size'] == '20') selected @endif @endisset>20 editor_config) @if(Auth::user()->editor_config['size'] == '22') selected @endif @endisset>22 editor_config) @if(Auth::user()->editor_config['size'] == '24') selected @endif @endisset>24 editor_config) @if(Auth::user()->editor_config['size'] == '26') selected @endif @endisset>26 editor_config) @if(Auth::user()->editor_config['size'] == '28') selected @endif @endisset>28 editor_config) @if(Auth::user()->editor_config['size'] == '36') selected @endif @endisset>36 editor_config) @if(Auth::user()->editor_config['size'] == '48') selected @endif @endisset>48 editor_config) @if(Auth::user()->editor_config['size'] == '72') selected @endif @endisset>72 @endif Alterar @endsection @section('page-script') {{-- Page js files --}} @endsection
@if($user->active == 1) Ativo @else Desativado @endif
{{ $user->roles[0]->name }}
{{ $user->spec }}
{{ $user->crm }}
{{ $user->rqe }}