@extends('frontend.layouts.app') @section('title', __('Register')) @section('content')
@lang('Register')
@if(config('boilerplate.access.captcha.registration'))
@captcha
@endif
@endsection