@extends('admin.layouts.app') @section('title', get_setting('site_name').' | GF Account') @section('content')
{{ __('GF Account') }} — {{ $staff->user?->name }} ({{ $staff->user?->id }})
{{ __('Statement') }} {{ __('Back') }}
@if((int)get_setting('gf') !== 1)
{{ __('GF feature is OFF. You can view statements, but cannot modify settings/accounts until GF is enabled.') }}
@endif
@csrf
@endsection