{{-- resources/views/auth/login.blade.php --}} @extends('layouts.login') @section('title', __('app.login') . ' - ' . __('app.app_name')) @section('form_title', __('custom.login_prompt')) @section('content')
{{ __('app.app_name') }}

{{ __('app.app_name') }}

{{ __('custom.login_prompt') }}

@csrf
@error('email')
{{ $message }}
@enderror
@error('password')
{{ $message }}
@enderror
{{ __('app.app_name') }}

{{ __('app.app_name') }}

{{ __('custom.tagline') }}

{{ __('app.app_name') }}

{{ __('custom.tagline') }}

{{ __('custom.features.management_title') }}
{{ __('custom.features.management_desc') }}
{{ __('custom.features.attendance_title') }}
{{ __('custom.features.attendance_desc') }}
{{ __('custom.features.leaves_title') }}
{{ __('custom.features.leaves_desc') }}
{{ __('custom.features.payroll_title') }}
{{ __('custom.features.payroll_desc') }}
@endsection @push('scripts') @endpush @push('styles') @endpush