@extends('layouts.auth') @section('content')
@if(!empty(setting('image_logo'))) @else

{{ setting('general_site_name') }}

@endif
@if($enableRegistration)
@endif
@endsection @if($enableRegistration) @section('body-class','col-lg-8 mx-auto ') @endif @section('header') @if(false) @if($enableRegistration) @endif @endif @endsection