@extends('layouts.auth') @section('title') Register @endsection @section('content')
Logo
@csrf

Create an Account

Already have an account? Sign in here
OR
{{ $errors->first('name') }}
{{ $errors->first('last_name') }}
{{ $errors->first('email') }}
{{ $errors->first('password') }}
Use 8 or more characters with a mix of letters, numbers & symbols.
{{ $errors->first('password_confirmation') }}
@endsection