@extends('layouts.adm') @section('content')

Cadastrando Empresa

@csrf

@if ($errors->has('razao')) {{ $errors->first('razao') }} @endif
@if ($errors->has('fantasia')) {{ $errors->first('fantasia') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif

Responsável

@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('cpf')) {{ $errors->first('cpf') }} @endif

Endereço