@extends('layouts.app') @section('title', 'Delivery Platforms') @section('content')

Delivery Platforms

Add each third-party delivery app you work with (Foodmandu, Pathao Food, Bhojan Deals, etc.) with their commission rate — this lets Reports show your true net revenue per channel after the platform's cut, not just gross sales.

@foreach ($platforms as $p) @endforeach
PlatformCommissionOrdersStatus
{{ $p->name }} {{ $p->commission_percent }}% {{ $p->orders_count }}
@csrf @method('PUT')
@csrf @method('DELETE')
@endsection