@extends('adminlte::page') @section('title', 'Dados do Cliente') @section('content_header')

Clientes

@stop @section('content') @if(Session::has('success')) @php $data = Session::get('success'); @endphp @if (is_array($data)) @foreach ($data as $msg) @endforeach @else @endif @endif @if(Session::has('error')) @php $data = Session::get('error'); @endphp @if (is_array($data)) @foreach ($data as $msg) @endforeach @else @endif @endif

{{ __('Dados do Cliente') }}

tipo_pessoa == 2) checked @endif disabled>
tipo_pessoa == 1) checked @endif disabled>
inativo == 1) checked @endif disabled>

@error('uf') {{ $message }} @enderror
@error('bairro') {{ $message }} @enderror

@stop @section('css') @stop @section('js') @stop