@extends('layouts.back-end.app')
@section('title', \App\CPU\translate('Seller Information'))
@push('css_or_js')
@endpush
@section('content')
{{\App\CPU\translate('Business_Setup')}}
@include('admin-views.business-settings.business-setup-inline-menu')
@php($commission=\App\Model\BusinessSetting::where('type','sales_commission')->first())
@php($seller_registration=\App\Model\BusinessSetting::where('type','seller_registration')->first()->value)
@php($seller_pos=\App\Model\BusinessSetting::where('type','seller_pos')->first()->value)
@php($business_mode=\App\CPU\Helpers::get_business_settings('business_mode'))
@php($new_product_approval=\App\CPU\Helpers::get_business_settings('new_product_approval'))
@php($product_wise_shipping_cost_approval=\App\CPU\Helpers::get_business_settings('product_wise_shipping_cost_approval'))
@endsection
@push('script')
@endpush