@extends('layouts.app', ['page' => 'settings']) @section('title', __('messages.estimate_settings')) @section('page_head_scripts') @endsection @section('content')

{{ __('messages.estimate_settings') }}

@include('application.settings._aside', ['tab' => 'estimate'])
@include('layouts._form_errors') @csrf

{{ __('messages.estimate_settings') }}

{{ __('messages.customize_estimate_settings') }}


getSetting('estimate_auto_archive') ? 'checked' : '' }} class="custom-control-input">
{{ __('messages.auto_archive_description') }}

getSetting('estimate_auto_convert') ? 'checked' : '' }} class="custom-control-input">
{{ __('messages.auto_convert_description') }}
@php $default_template = $currentCompany->getSetting('estimate_template') @endphp
@foreach(\App\Models\EstimateTemplate::all() as $template)
view) checked='' @endif>
@endforeach
@endsection @section('page_body_scripts') @endsection