@extends('layouts.app') @section('content')

{{translate('Category Information')}}

@csrf
@if (\App\BusinessSetting::where('type', 'category_wise_commission')->first()->value == 1)
@endif
@endsection