@extends('auth.auth_layout') @section('title') Login - HRMS @endsection @section('auth_content')
@include('partials.new_alerts')
@csrf
Logo

Sign In

{{--

Please enter your details to sign in.

--}}
@include('auth.partials.hrms_content')
{{-- --}}
@include('auth.partials.footer')
@endsection @push('auth_js') @endpush