@extends('login.master.layout') @section("meta") @section("title","Cadastro") @include("login.master.meta") @stop @section("css") @include("login.master.css") @stop

Cadastre-se para poder começar a usar nossa api

@csrf
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@if ($errors->has('termsandconditions')) {{ $errors->first('termsandconditions') }} @endif

Ja é cadastrado? Entre aqui

@section("script") @include("login.master.script") @stop