@extends('admin.layouts.app') @section('title', get_setting('site_name').' | GF Settings') @section('content')
{{ __('Gratuity Fund (GF) Settings') }}
@if((int)get_setting('gf') !== 1) {{ __('GF feature is currently OFF') }} @else {{ __('GF feature is ON') }} @endif
@csrf
{{ __('Leave empty/0 for no limit.') }}
@endsection