diff --git a/resources/views/layouts/auth.blade.php b/resources/views/layouts/auth.blade.php index 7c4aa4f..b98cdef 100644 --- a/resources/views/layouts/auth.blade.php +++ b/resources/views/layouts/auth.blade.php @@ -3,17 +3,23 @@ - SIDATA | LOG IN + {{ config('app.name', 'SIDATA') }} | Log in + + + - - - - + + + + - @yield('content') - - - + +@yield('content') + + + + + - + \ No newline at end of file