@extends('admin/layouts/default') {{-- Page title --}} @section('title') Edit Demand @parent @stop {{-- page level styles --}} @section('header_styles')
@stop {{-- Page content --}} @section('content')
{{--
--}} {{ csrf_field() }}
ID
{{--
--}} {{--
User
--}} {{--
--}} {{--
--}}
Customer Group
{{ $customer_group }}
@foreach ($customer_group_dropdown as $customer_group_option)
{{ $customer_group_option }}
@endforeach
Customer(SoldTo)
{{ $customer_soldto }}
@foreach ($customer_soldto_dropdown as $customer_soldto_option)
{{ $customer_soldto_option['Customer(SoldTo)'] }}
@endforeach
Country(SoldTo)
{{ $country_soldto }}
@foreach ($country_dropdown as $country_dropdown_option)
{{ $country_dropdown_option }}
@endforeach
Sales Representative
{{ $sales_representative }}
@foreach ($sales_representative_dropdown as $sales_representative_option)
{{ $sales_representative_option }}
@endforeach
Distribution Channel
{{ $distribution_channel }}
@foreach ($distribution_channel_dropdown as $distribution_channel_option)
{{ $distribution_channel_option }}
@endforeach
Sales Channel
{{ $sales_channel }}
@foreach ($sales_channel_dropdown as $sales_channel_option)
{{ $sales_channel_option }}
@endforeach
Segment
{{ $segment }}
@foreach ($segment_dropdown as $segment_option)
{{ $segment_option }}
@endforeach
Prodh35 Group
{{ $prodh35_group }}
@foreach ($prodh35_group_dropdown as $prodh35_group_option)
{{ $prodh35_group_option }}
@endforeach
Sales(SQM)
Demand(SQM)
SOV%
Net Sales exWorks
CM1%
CM2%
Save Demand
@stop {{-- page level scripts --}} @section('footer_scripts') @stop