@extends('layouts.app') @section('title','System Settings') @section('page-title','Settings') @section('content')
@csrf @method('PUT')
{{-- ── Company ──────────────────────────────────────── --}}
Organisation
Shown in the sidebar, payslips, and email footers.
Up to 5 characters. Shown in the sidebar badge.
ISO 4217 code, e.g. USD, GHS, NGN.
Optional. Shown alongside net pay on payslips.
1 primary =
Units of secondary currency per 1 primary.
Shown on payslips and official documents.
{{-- ── GPS Attendance ───────────────────────────────── --}}
GPS Attendance Restriction {{ $settings['HRMS_GPS_RESTRICT'] ? 'Enabled' : 'Disabled' }}
{{-- Enable toggle --}}
Enable GPS Restriction
When on, employees can only clock in within the allowed radius.
{{-- Coordinates --}}
LAT
LNG
Typical: 100–300 m for a campus.
{{-- Map preview --}}
Enter coordinates to preview on map
{{-- Save --}}
Cancel
@endsection @push('scripts') @endpush