@extends('layouts.guest') @section('title', 'Register') @section('heading', 'Create your account') @section('content')
@csrf

Already have an account? Sign in

@endsection