@extends('layouts.app') @section('content')
{{ __('Business Settings') }}
@include('admin.business-setup.header')
@csrf
{{ __('Shop Setup') }}
{{ $generaleSetting?->commission_type == 'percentage' ? '%' : '$' }}
{{__('Enable POS in Shop Panel')}}
{{ __('Shop Registration') }}
{{ __('Need Product Approval') }}
new_product_approval ? 'checked' : '' }} />
update_product_approval ? 'checked' : '' }} /> ({{__('when shop update any filed of product it will be nedded to approve')}})
@endsection @push('scripts') @endpush