@extends('layouts.auth') @section('title', 'Create account') @section('content')
@csrf
@endsection @section('footer')

Already have an account? Log in

@endsection