@extends('layouts.back-end.app') @section('title', \App\CPU\translate('product_settings')) @push('css_or_js') @endpush @section('content')

{{\App\CPU\translate('Business_Setup')}}

@include('admin-views.business-settings.business-setup-inline-menu')
@csrf
@php($stock_limit=\App\Model\BusinessSetting::where('type','stock_limit')->first())
{{\App\CPU\translate('Digital Product')}}
@csrf
{{\App\CPU\translate('Product_Brand')}}
@csrf
@endsection