@extends('delivery_mercado.default') @section('content') Faça seu cadastro :) @csrf @if($errors->has('nome')) {{ $errors->first('nome') }} @endif @if($errors->has('sobre_nome')) {{ $errors->first('sobre_nome') }}/label> @endif @if($errors->has('email')) {{ $errors->first('email') }} @endif @if($errors->has('celular')) {{ $errors->first('celular') }} @endif @if($errors->has('senha')) {{ $errors->first('senha') }} @endif @if($errors->has('senha_confirma')) {{ $errors->first('senha_confirma') }} @endif Cadastrar @endsection