@extends('admin.layouts.master') @section('title', __('system_settings')) @section('content')

{{ __('system_settings') }}

@csrf

{{ $errors->first('system_name') }}

{{ $errors->first('google_api_key') }}

{{ $errors->first('default_time_zone') }}

{{ $errors->first('default_language') }}

{{ $errors->first('default_currency') }}

{{ $errors->first('currency_symbol') }}

{{ $errors->first('currency_symbol_position') }}

{{ $errors->first('exchange_rate') }}

{{ $errors->first('system_email') }}

{{ $errors->first('business_address') }}

{{ $errors->first('business_phone') }}

{{ $errors->first('contact_email') }}

{{ $errors->first('openai_secret_key') }}

@include('layouts.loading_button', ['class' => 'btn sg-btn-primary'])
@endsection