@extends('front.layout.app') @section('content') @csrf Name @if($errors->has('name')) {{ $errors->first('name') }} @endif Email address @if($errors->has('email')) {{ $errors->first('email') }} @endif Password @if($errors->has('password')) {{ $errors->first('password') }} @endif Confirm Password @if($errors->has('password_confirmation')) {{ $errors->first('password_confirmation') }} @endif Create My Account Already have an account? Login Here Sign up Welcome to Fit Katie Karr @endsection
Welcome to Fit Katie Karr