@extends('layouts.master') @section('heading') {{ __('Settings') }} @stop @section('content')
{!! method_field('PATCH') !!} {{csrf_field()}}

{{ __('Overall Settings') }}

@lang('Company name')

@lang('Your company\'s name')


company ? '' : 'disabled'}} style="">

@lang('Country')

@lang('Where is your company located?')


@lang('Language')

@lang('This is the default language for new users, the language can be changed for each user under their profile')


@lang('Business hours')

@lang('Your business primary working working hours')


format(carbonTime())}}" class="form-control" id="start_time" required> @lang('Start of business')
_
format(carbonTime())}}" class="form-control" id="end_time" required> @lang('End of business')

{{ __('Client') }}

@lang('Next client number')

@lang('Change next number generated for a client. This will not affect previously created clients. Has to be higer then previously created client number')

{{ __('Invoice') }}

@lang('Next invoice number')

@lang('Change next number generated for a invoice. This will not affect previously created invoices. Has to be higer then previously created invoice number')

@lang('Currency')

@lang('If the currency is changed, the invoice will not be recalculated to the new currency, only the visual is changed, like the prefix, separator, symbol etc')

@lang('Vat percentage')

@lang('Control the percentage of vat calculated on invoices. If any billing integration is active, will the integration control the VAT, we will only send the full amount')

@stop @push('scripts') @endpush