@extends('layouts.app') @section('title', 'Create account | Homeland News') @section('canonical', route('register')) @section('content')

Create account

@if ($errors->any())
{{ $errors->first() }}
@endif
@csrf

Already have an account? Sign in

@endsection