@extends('layouts.auth') @section('metadata') {{ __($metadata->register_title) }} @endsection @section('css') @endsection @section('content') @if (config('settings.registration') == 'enabled')
@else
{{__('New user registration is disabled currently')}}
@endif @endsection