@extends('layouts.contentLayoutMaster') {{-- page title --}} @section('title','Editar Entidaded') {{-- vendor styles --}} @section('vendor-styles') @endsection {{-- page styles --}} @section('page-styles') @endsection @section('content') Dados do Profissional @if ($message = Session::get('success')) × {{ $message }} @endif @if (count($errors) > 0) Ops! Ouve algum problema com o Upload. @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif @csrf @method('PUT') Nome Completo RG CPF CNPJ IE Data de Nascimento Sexo {{-- @php dd($patient->sex); @endphp --}} sex == 'Masculino') {{ 'selected' }} @endif>Masculino sex == 'Feminino') {{ 'selected' }} @endif>Feminino Endereço Cidade Estado state == 'AC') {{ 'selected' }} @endif>Acre state == 'AL') {{ 'selected' }} @endif>Alagoas state == 'AP') {{ 'selected' }} @endif>Amapá state == 'AM') {{ 'selected' }} @endif>Amazonas state == 'BA') {{ 'selected' }} @endif>Bahia state == 'CE') {{ 'selected' }} @endif>Ceará state == 'DF') {{ 'selected' }} @endif>Distrito Federal state == 'ES') {{ 'selected' }} @endif>Espírito Santo state == 'GO') {{ 'selected' }} @endif>Goiás state == 'MA') {{ 'selected' }} @endif>Maranhão state == 'MT') {{ 'selected' }} @endif>Mato Grosso state == 'MS') {{ 'selected' }} @endif>Mato Grosso do Sul state == 'MG') {{ 'selected' }} @endif>Minas Gerais state == 'PA') {{ 'selected' }} @endif>Pará state == 'PB') {{ 'selected' }} @endif>Paraíba state == 'PR') {{ 'selected' }} @endif>Paraná state == 'PE') {{ 'selected' }} @endif>Pernambuco state == 'PI') {{ 'selected' }} @endif>Piauí state == 'RJ') {{ 'selected' }} @endif>Rio de Janeiro state == 'RN') {{ 'selected' }} @endif>Rio Grande do Norte state == 'RS') {{ 'selected' }} @endif>Rio Grande do Sul state == 'RO') {{ 'selected' }} @endif>Rondônia state == 'RR') {{ 'selected' }} @endif>Roraima state == 'SC') {{ 'selected' }} @endif>Santa Catarina state == 'SP') {{ 'selected' }} @endif>São Paulo state == 'SE') {{ 'selected' }} @endif>Sergipe state == 'TO') {{ 'selected' }} @endif>Tocantins CEP Estado Civil civil == 'solteiro') {{ 'selected' }} @endif >Solteiro civil == 'casado') {{ 'selected' }} @endif>Casado civil == 'separado') {{ 'selected' }} @endif>Separado civil == 'divorciado') {{ 'selected' }} @endif>Divorciado civil == 'viúvo') {{ 'selected' }} @endif>Viúvo Celular Telefone Profissão {{-- @php dd($patient); @endphp --}} E-mail Observação Salvar @endsection {{-- vendor scripts --}} @section('vendor-scripts') @endsection {{-- page scripts --}} @section('page-scripts') @endsection