Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/Progete-Dev/psi-bot into…
Browse files Browse the repository at this point in the history
… develop
  • Loading branch information
leticiafadi committed Jun 15, 2020
2 parents cf5e27b + cd74b1c commit 31385cb
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions resources/views/psicologo/perfil.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,17 @@ class="text-gray-600 font-bold text-xl w-full tracking-wider font-sans pt-4 pb-
>
Telefone : {{auth()->user()->telefone}}
</div>
<div
class="text-gray-600 font-bold text-xl w-full tracking-wider font-sans pt-4 pb-2"
>
CRP : {{-- Email : {{auth()->user()->email}} --}}
</div>
<div
class="text-gray-600 font-bold text-xl w-full tracking-wider font-sans pt-4 pb-2"
>
Especialidade : {{-- Email : {{auth()->user()->email}} --}}
</div>

</li>
</ul>

Expand Down Expand Up @@ -79,6 +90,35 @@ class="tracking-wide py-2 px-4 mb-3 leading-relaxed appearance-none block w-full

</div>
</div>

<div class="connection flex flex-row w-full">
<div class="flex flex-col w-full flex-wrap p-2">
<label for="crp" class="block leading-normal cursor-pointer text-gray-600">
CRP
</label>
<input
class="tracking-wide py-2 px-4 mb-3 leading-relaxed appearance-none block w-full bg-secondary border border-gray-200 rounded focus:outline-none focus:bg-primaryfocus:border-gray-500 text-secondary"
name="crp"
id="crp"
type=""
/>

</div>
<div class="connection flex flex-row w-full">
<div class="flex flex-col w-full flex-wrap p-2">
<label for="Especialidade" class="block leading-normal cursor-pointer text-gray-600">
Especialidade
</label>
<input
class="tracking-wide py-2 px-4 mb-3 leading-relaxed appearance-none block w-full bg-secondary border border-gray-200 rounded focus:outline-none focus:bg-primaryfocus:border-gray-500 text-secondary"
name="especialidade"
id="especialidade"
type="especialidade_"
/>

</div>
</div>
</div>
<div class="connection flex flex-row w-full">
<div class="flex flex-col w-full flex-wrap p-2">
<label for="telefone" class="block leading-normal cursor-pointer text-gray-600">
Expand Down

0 comments on commit 31385cb

Please sign in to comment.