Laravel CSRF Fields

<form method="POST" action="/profile">
    {{ csrf_field() }}
    ...
</form>
Cooperative Crab