@if(config('custom_brand')) @endif
@if(config('custom_brand'))
@else {{ config('app.name', 'Step by Step') }} @endif
par Step by Step
test
@guest
Login
{{--
Register
--}} @else
{{ Auth::user()->zone }}{{ Auth::user()->name }}
Logout
@csrf
@endguest
@yield('content')