@extends('layouts.auth.login') @section('title', 'Login Account') @section('headers') @endsection @section('contents')
@csrf

Welcome to SSI {{ env('APP_NAME') }}

Log in to your account.
Don't have an account? Sign-Up
@endsection @section('scripts') @endsection