@extends('layouts.app') @section('title') Register {!! htmlScriptTagJsApi() !!} @endsection @section('body')
@csrf
{!! htmlFormSnippet() !!}
@endsection @section('javascript') @endsection