Skip to content

Commit

Permalink
馃悰 add section
Browse files Browse the repository at this point in the history
The register.blade.php file did not include the section start directive. It should now be fixed.
  • Loading branch information
roelreijneveld committed Nov 14, 2020
1 parent 765ec25 commit d24aca2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stubs/resources/views/auth/register.blade.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
@extends('layouts.auth')

@section('content')
<form method="POST" action="{{ route('register') }}" class="card card-md">
@csrf
<div class="card-body">
Expand Down

0 comments on commit d24aca2

Please sign in to comment.