@extends('layouts.master') @section('content')
| SN. | Trade Offer | Type | Rule | Products | Action |
|---|---|---|---|---|---|
| {{ $k+1 }} | {{ $s->title }} | {{ $scheme_types[$s->scheme_type] }} | {{ $s->rule ? $rules_list[$s->rule]:'NA' }} | {{ $s->products }} | Edit {{ $s->assigned ? 'Secondary Update' : 'Secondary Assign' }} {{$s->Passigned ? 'Primary Update' : 'Primary Assign'}} |