@extends('layout.main') @section('title', 'Halaman Login') @section('body-class', 'login-container') @section('content')
Login to your account Enter your credentials
@csrf
@if (!empty($website_off))
{!! $website_off !!}
@endif
@endsection @section('other-scripts') @endsection