@extends('layouts.admin.index') @section('content')
bg_auth ? 'style="background:url(\''.asset('storage/site/bg/'.$site->bg_auth).'\')"':'' !!} >
{{ $site->name }} {{ $site->slogan }}
{{--
--}} Logo-Dark

Selamat Datang Kembali di {{ $site->name }} 👋

Login Dulu Yuk!

{{ csrf_field() }}
@error('username')
{{ $message }}
@enderror
@error('password')
{{ $message }}
@enderror
{{--
--}} {{--

--}} {{-- atau login dengan--}} {{--

--}} {{-- --}} {{--
--}} {{--
--}} {{-- --}} {{--
--}}

Apakah anda belum punya akun?

Daftar
Copyright 2024-{{date('Y')}} {{ $site->name }}. All rights reserved.
@endsection