@extends('layouts.user_type.auth') @section('companyProfile.config')
@include('components.alert')

{{ $company_name ?? 'Config Settings' }}

@csrf
Sample Logo
@foreach ($settings as $key => $value) @if ( !in_array($key, [ 'certificate_header', 'certificate_footer', 'color_picker', 'company_logo', 'certificate_code', 'job_no_key', 'company_name', 'address_field', 'formated_sr_no', 'fasttrack_mode', 'sample_group_b', 'calibration', 'certificate', 'authorisation', 'work_receipt_form_term_and_condition', 'invoice_specific_required', 'invoice_term_and_condition', 'invoice_bank_details', 'sac_code', ]))
@if ($value['type'] === 'file')
@elseif ($value['type'] === 'checkbox')
@else @endif
@endif @endforeach
Close
@endsection