@extends('layouts.master') {{-- @section('data-sidebar')
Assign Catalogue

Assign Catalogue By

Select Employees


@endsection --}} @section('content')

Create Order Limit

Title*
Sale Type*

Add Distributor Order Limit

{{--
LOADING...
--}}
@csrf {{-- Dist Tables --}} @foreach($distributed_types as $key=>$distributed_type) @endforeach
Sr No. Distributor Type Orde Limit
{{$key+1}} {{$distributed_type->distributor_type_name}}
{{-- Channels Tables --}} @foreach($channels as $key=>$channel) @endforeach
{{-- --}}
@endsection