@extends('admin/layout')
@section('page_title', 'Marketing B2B')
@section('marketing_b2b_select','active')
@section('container')
@if(session()->has('message'))
{{session('message')}}
@endif
Assign Districts to ME
Checked Values
Steps to assign districts
- Click the 'Checked Values' button to see the already assigned districts.
- Uncheck and check again to keep the assigned districts (use search box).
- Check the new districts to be assigned and click 'Assign'.
- Foe deassigning all the districts for an Executive, assign one of the Dummys.
@endsection