@extends('layouts.business.master') @section('title') {{ __('Settings') }} @endsection @section('main_content')

{{ __('Settings') }}

@csrf @method('put')
meta['show_company_name']) && $business->meta['show_company_name'] == 1) checked @endif>
meta['show_phone_number']) && $business->meta['show_phone_number'] == 1) checked @endif>
meta['show_address']) && $business->meta['show_address'] == 1) checked @endif>
meta['show_email']) && $business->meta['show_email'] == 1) checked @endif>
meta['show_vat']) && $business->meta['show_vat'] == 1) checked @endif>
value['show_gratitude_msg']) && $setting->value['show_gratitude_msg'] == 1) checked @endif>
value['show_note']) && $setting->value['show_note'] == 1) checked @endif>
value['show_warranty']) && $setting->value['show_warranty'] == 1) checked @endif>
value['show_a4_invoice_logo']) && $setting->value['show_a4_invoice_logo'] == 1) checked @endif>
value['show_thermal_invoice_logo']) && $setting->value['show_thermal_invoice_logo'] == 1) checked @endif>
value['show_invoice_scanner_logo']) && $setting->value['show_invoice_scanner_logo'] == 1) checked @endif>
@usercan('manage-settings.update')
@endusercan
@endsection