@extends('layouts.auth_app') @section('title') Register @endsection @section('content')

Register

@csrf
*
{{ $errors->first('name') }}
*
{{ $errors->first('email') }}
*
{{ $errors->first('password') }}
*
{{ $errors->first('password_confirmation') }}
Already have an account ? SignIn
@endsection