{{ csrf_field() }} @if (isset($errors) && count($errors))
{{ current($errors->all()) }}
@elseif (session('error'))
{{ session('error') }}
@endif
{!! Form::hidden('id', (empty(session('id')) ? 0 : session('id'))) !!} {!! Form::hidden('step', (empty(session('step')) ? 1 : session('step'))) !!} @if(empty(session('step')) || session('step') == 1)
Demographic Competitive Survey Details
{!! Form::label('data_collector', 'Data Collector:', ['class' => 'control-label']) !!} {!! Form::text('data_collector', old('collector'), ['class' => 'form-control input-normal','placeholder' => 'Data Collector']) !!}
{!! Form::label('date_of_interview', 'Interview Date:', ['class' => 'control-label']) !!} {!! Form::text('date_of_interview', old('date_of_interview',date("d-m-Y")), ['class' => 'form-control input-normal', 'data-date-format' => 'dd-mm-yyyy', 'placeholder' => 'dd-mm-yyyy', 'autocomplete' => 'off']) !!}
{!! Form::label('respondent_name', 'Respondent name:', ['class' => 'control-label']) !!} {!! Form::text('respondent_name', old('respondent_name'), ['class' => 'form-control input-normal','placeholder' => 'Respondent Name']) !!}
{!! Form::label('respondent_phone', 'Respondent Phone:', ['class' => 'control-label']) !!} {!! Form::number('respondent_phone', old('respondent_phone'), ['class' => 'form-control input-normal','placeholder' => 'Respondent Phone']) !!}
{!! Form::label('location', 'Location:', ['class' => 'control-label']) !!} {!! Form::text('location', old('location'), ['class' => 'form-control input-normal','placeholder' => 'Location']) !!}
{!! Form::label('age', 'Age:', ['class' => 'control-label']) !!} {!! Form::number('age', old('age'), ['class' => 'form-control input-normal','placeholder' => 'Age']) !!}
{!! Form::label('occupation', 'Occupation:', ['class' => 'control-label']) !!} {!! Form::text('occupation', old('occupation'), ['class' => 'form-control input-normal','placeholder' => 'Occupation']) !!}
{!! Form::label('gender', 'Gender:', ['class' => 'control-label']) !!} {!! Form::select('gender', ['Male' => 'Male', 'Female' => 'Female'], null, ['class' => 'form-control input-normal','placeholder' => 'Select Gender...'])!!}
{!! Form::label('marital_status', 'Marital Status:', ['class' => 'control-label']) !!} {!! Form::select('marital_status', ['Single' => 'Single', 'Married' => 'Married', 'Divorced' => 'Divorced'], null, ['class' => 'form-control input-normal','placeholder' => 'Select Marital Status...'])!!}
{!! Form::label('education_level', 'Education Level:', ['class' => 'control-label']) !!} {!! Form::select('education_level', ['Has not attended' => 'Has not attended', 'Primary' => 'Primary', 'Secondary' => 'Secondary'], null, ['class' => 'form-control input-normal','placeholder' => 'Select Education Level...'])!!}
{!! Form::label('number_of_children', 'Number of Children:', ['class' => 'control-label']) !!} {!! Form::number('number_of_children', old('number_of_children'), ['class' => 'form-control input-normal','placeholder' => 'Number of Children']) !!}
{!! Form::label('children_below_17_years', 'Children below 17yrs:', ['class' => 'control-label']) !!} {!! Form::number('children_below_17_years', old('children_below_17_years'), ['class' => 'form-control input-normal','placeholder' => 'Children below 17yrs']) !!}
{!! Form::label('ethinicity', 'Ethinicity:', ['class' => 'control-label']) !!} {!! Form::text('ethinicity', old('ethinicity'), ['class' => 'form-control input-normal','placeholder' => 'Ethinicity']) !!}
Back to Competitive Survey List {!! Form::submit($submitButtonText.' Competitive Details', ['class' => 'btn btn-success'] ) !!}
@elseif(session('step') == 2)
Session Buy in Kilos Details
{!! Form::label('number_of_days_you_buy_in_kaskazi', 'Number of Days you Buy in Kaskazi:', ['class' => 'control-label']) !!} {!! Form::number('number_of_days_you_buy_in_kaskazi', old('number_of_days_you_buy_in_kaskazi'), ['class' => 'form-control input-normal','placeholder' => 'Number of Days you Buy in Kaskazi']) !!}
{!! Form::label('species_name_in_kaskazi', 'Species Name in Kaskazi:', ['class' => 'control-label']) !!} {!! Form::text('species_name_in_kaskazi', old('species_name_in_kaskazi'), ['class' => 'form-control input-normal','placeholder' => 'Species Name in Kaskazi']) !!}
{!! Form::label('home_consumption_kaskazi', 'Home Consumption Kaskazi:', ['class' => 'control-label']) !!} {!! Form::text('home_consumption_kaskazi', old('home_consumption_kaskazi'), ['class' => 'form-control input-normal','placeholder' => 'Home Consumption Kaskazi']) !!}
{!! Form::label('species_name_for_home_consumption', 'Species Name for Home Consumption:', ['class' => 'control-label']) !!} {!! Form::text('species_name_for_home_consumption', old('species_name_for_home_consumption'), ['class' => 'form-control input-normal','placeholder' => 'Species Name for Home Consumption']) !!}
{!! Form::label('days_per_week_in_KasKazi', 'Days Per Week in KasKazi:', ['class' => 'control-label']) !!} {!! Form::number('days_per_week_in_KasKazi', old('days_per_week_in_KasKazi'), ['class' => 'form-control input-normal','placeholder' => 'Days Per Week in KasKazi']) !!}
{!! Form::label('kgs_when_low_in_kaskazi', 'Kgs when Low in kaskazi:', ['class' => 'control-label']) !!} {!! Form::number('kgs_when_low_in_kaskazi', old('kgs_when_low_in_kaskazi'), ['class' => 'form-control input-normal','placeholder' => 'Kgs when Low in kaskazi']) !!}
{!! Form::label('species_live_or_dead_in_kaskazi', 'Species Live/Dead in kaskazi:', ['class' => 'control-label']) !!} {!! Form::number('species_live_or_dead_in_kaskazi', old('species_live_or_dead_in_kaskazi'), ['class' => 'form-control input-normal','placeholder' => 'Species Live/Dead in kaskazi']) !!}
{!! Form::label('number_of_fisher_on_low_in_kaskazi', 'Number of Fisher on low in kaskazi:', ['class' => 'control-label']) !!} {!! Form::number('number_of_fisher_on_low_in_kaskazi', old('number_of_fisher_on_low_in_kaskazi'), ['class' => 'form-control input-normal','placeholder' => 'Number of Fisher on low in kaskazi']) !!}
{!! Form::label('kgs_avarage_in_kaskazi', 'Kgs avarage in kaskazi:', ['class' => 'control-label']) !!} {!! Form::number('kgs_avarage_in_kaskazi', old('kgs_avarage_in_kaskazi'), ['class' => 'form-control input-normal','placeholder' => 'Kgs avarage in kaskazi']) !!}
{!! Form::label('species_live_dead_on_avarage_in_kaskazi', 'Species Live/Dead/Avarage Kaskazi:', ['class' => 'control-label']) !!} {!! Form::number('species_live_dead_on_avarage_in_kaskazi', old('species_live_dead_on_avarage_in_kaskazi'), ['class' => 'form-control input-normal','placeholder' => 'Species Live/Dead on Avarage in Kaskazi']) !!}
{!! Form::label('number_of_fisher_avarage_kaskazi', 'Number of Fisher avarage/kaskazi:', ['class' => 'control-label']) !!} {!! Form::number('number_of_fisher_avarage_kaskazi', old('number_of_fisher_avarage_kaskazi'), ['class' => 'form-control input-normal','placeholder' => 'Number of Fisher avarage/kaskazi']) !!}
{!! Form::label('kgs_high_in_kaskazi', 'Kgs High in Kaskazi:', ['class' => 'control-label']) !!} {!! Form::number('kgs_high_in_kaskazi', old('kgs_high_in_kaskazi'), ['class' => 'form-control input-normal','placeholder' => 'Kgs High in Kaskazi']) !!}
{!! Form::label('species_live_dead_on_high_in_kaskazi', 'Species Live/Dead on High/kaskazi:', ['class' => 'control-label']) !!} {!! Form::number('species_live_dead_on_high_in_kaskazi', old('species_live_dead_on_high_in_kaskazi'), ['class' => 'form-control input-normal','placeholder' => 'Species Live/Dead on High/kaskazi']) !!}
{!! Form::label('number_of_fisher_high_kaskazi', 'Number of Fisher High/Kaskazi:', ['class' => 'control-label']) !!} {!! Form::number('number_of_fisher_high_kaskazi', old('number_of_fisher_high_kaskazi'), ['class' => 'form-control input-normal','placeholder' => 'Number of Fisher High/Kaskazi']) !!}
{!! Form::label('number_of_days_you_sell_in_kusi', 'Number of Days sell/kusi:', ['class' => 'control-label']) !!} {!! Form::number('number_of_days_you_sell_in_kusi', old('number_of_days_you_sell_in_kusi'), ['class' => 'form-control input-normal','placeholder' => 'Number of Days sell/kusi']) !!}
{!! Form::label('species_name_kusibk', 'Species Name Kusi:', ['class' => 'control-label']) !!} {!! Form::text('species_name_kusibk', old('species_name_kusibk'), ['class' => 'form-control input-normal','placeholder' => 'Species Name Kusi']) !!}
{!! Form::label('home_consumption_kusibk', 'Home Consumption Kusi:', ['class' => 'control-label']) !!} {!! Form::text('home_consumption_kusibk', old('home_consumption_kusibk'), ['class' => 'form-control input-normal','placeholder' => 'Home Consumption Kusi']) !!}
{!! Form::label('species_name_for_home_consumption_kusibk', 'Species Home Consumption/Kusi:', ['class' => 'control-label']) !!} {!! Form::text('species_name_for_home_consumption_kusibk', old('species_name_for_home_consumption_kusibk'), ['class' => 'form-control input-normal','placeholder' => 'Species Name Home Consumption/Kusi']) !!}
{!! Form::label('days_per_week_in_kusibk', 'Days per Week/Kusi:', ['class' => 'control-label']) !!} {!! Form::number('days_per_week_in_kusibk', old('days_per_week_in_kusibk'), ['class' => 'form-control input-normal','placeholder' => 'Days per Week/Kusi']) !!}
{!! Form::label('kgs_when_low_in_kusi', 'Kgs when Low/Kusi:', ['class' => 'control-label']) !!} {!! Form::number('kgs_when_low_in_kusi', old('kgs_when_low_in_kusi'), ['class' => 'form-control input-normal','placeholder' => 'Kgs when Low/Kusi']) !!}
{!! Form::label('species_live_or_dead_in_kusi_low', 'Species Live/Dead in Kusi/Low:', ['class' => 'control-label']) !!} {!! Form::number('species_live_or_dead_in_kusi_low', old('species_live_or_dead_in_kusi_low'), ['class' => 'form-control input-normal','placeholder' => 'Species Live/Dead in Kusi/Low']) !!}
{!! Form::label('number_of_fisher_on_low_in_kusi', 'Number of Fisher on Low/Kusi:', ['class' => 'control-label']) !!} {!! Form::number('number_of_fisher_on_low_in_kusi', old('number_of_fisher_on_low_in_kusi'), ['class' => 'form-control input-normal','placeholder' => 'Number of Fisher on Low/Kusi']) !!}
{!! Form::label('kgs_avarage_in_kusi', 'Kgs Avarage in Kusi:', ['class' => 'control-label']) !!} {!! Form::number('kgs_avarage_in_kusi', old('kgs_avarage_in_kusi'), ['class' => 'form-control input-normal','placeholder' => 'Kgs Avarage in Kusi']) !!}
{!! Form::label('species_live_or_dead_in_kusi_average', 'Species live/Dead in Kusi/Average:', ['class' => 'control-label']) !!} {!! Form::number('species_live_or_dead_in_kusi_average', old('species_live_or_dead_in_kusi_average'), ['class' => 'form-control input-normal','placeholder' => 'Species live/Dead in Kusi/Average']) !!}
{!! Form::label('number_of_fisher_on_avarage_in_kusi', 'Number of Fisher/Avarage in Kusi:', ['class' => 'control-label']) !!} {!! Form::number('number_of_fisher_on_avarage_in_kusi', old('number_of_fisher_on_avarage_in_kusi'), ['class' => 'form-control input-normal','placeholder' => 'Number of Fisher/Avarage in Kusi']) !!}
{!! Form::label('kgs_high_in_kusi', 'kgs high in kusi:', ['class' => 'control-label']) !!} {!! Form::number('kgs_high_in_kusi', old('kgs_high_in_kusi'), ['class' => 'form-control input-normal','placeholder' => 'kgs high in Kusi']) !!}
{!! Form::label('species_live_or_dead_in_kusi_high', 'Species Live/Dead in kusi/High:', ['class' => 'control-label']) !!} {!! Form::number('species_live_or_dead_in_kusi_high', old('species_live_or_dead_in_kusi_high'), ['class' => 'form-control input-normal','placeholder' => 'Species Live/Dead in kusi/High']) !!}
{!! Form::label('number_of_fisher_on_high_in_kusi', 'Number of Fisher/High in kusi:', ['class' => 'control-label']) !!} {!! Form::number('number_of_fisher_on_high_in_kusi', old('number_of_fisher_on_high_in_kusi'), ['class' => 'form-control input-normal','placeholder' => 'Number of Fisher/High in kusi']) !!}
Back to Competitive Survey List {!! Form::submit($submitButtonText.' Competitive Details', ['class' => 'btn btn-success'] ) !!}
@elseif(session('step') == 3)
Session Buy Prices Details
{!! Form::label('buy_price_kaskazi', 'Buy Price in Kaskazi:', ['class' => 'control-label']) !!} {!! Form::number('buy_price_kaskazi', old('buy_price_kaskazi'), ['class' => 'form-control input-normal','placeholder' => 'Buy Price in Kaskazi']) !!}
{!! Form::label('species_name', 'Species name:', ['class' => 'control-label']) !!} {!! Form::text('species_name', old('species_name'), ['class' => 'form-control input-normal','placeholder' => 'Species name']) !!}
{!! Form::label('home_consumption_in_kaskazi', 'Home Consumption Kaskazi:', ['class' => 'control-label']) !!} {!! Form::text('home_consumption_in_kaskazi', old('home_consumption_in_kaskazi'), ['class' => 'form-control input-normal','placeholder' => 'Home Consumption Kaskazi']) !!}
{!! Form::label('species_name_consumption_kaskazi', 'Species Name Home Kaskazi:', ['class' => 'control-label']) !!} {!! Form::text('species_name_consumption_kaskazi', old('species_name_consumption_kaskazi'), ['class' => 'form-control input-normal','placeholder' => 'Species Name for Home Consumption Kaskazi']) !!}
{!! Form::label('days_per_week_kaskazi', 'Days Per Week in KasKazi:', ['class' => 'control-label']) !!} {!! Form::number('days_per_week_kaskazi', old('days_per_week_kaskazi'), ['class' => 'form-control input-normal','placeholder' => 'Days Per Week in KasKazi']) !!}
{!! Form::label('price_low_kaskazi', 'Price Low Kaskazi:', ['class' => 'control-label']) !!} {!! Form::number('price_low_kaskazi', old('price_low_kaskazi'), ['class' => 'form-control input-normal','placeholder' => 'Price Low Kaskazi']) !!}
{!! Form::label('species_live_or_dead_low_kaskazi', 'Species Live/Dead in kaskazi:', ['class' => 'control-label']) !!} {!! Form::number('species_live_or_dead_low_kaskazi', old('species_live_or_dead_low_kaskazi'), ['class' => 'form-control input-normal','placeholder' => 'Species Live/Dead in kaskazi']) !!}
{!! Form::label('number_of_fishers_low_kaskazi', 'Number of Fisher on low in kaskazi:', ['class' => 'control-label']) !!} {!! Form::number('number_of_fishers_low_kaskazi', old('number_of_fishers_low_kaskazi'), ['class' => 'form-control input-normal','placeholder' => 'Number of Fisher on low in kaskazi']) !!}
{!! Form::label('price_average_kaskazi', 'Price average kaskazi:', ['class' => 'control-label']) !!} {!! Form::number('price_average_kaskazi', old('price_average_kaskazi'), ['class' => 'form-control input-normal','placeholder' => 'Price average kaskazi']) !!}
{!! Form::label('species_live_or_dead_average_kaskazi', 'Species Live/Dead Kaskazi:', ['class' => 'control-label']) !!} {!! Form::number('species_live_or_dead_average_kaskazi', old('species_live_or_dead_average_kaskazi'), ['class' => 'form-control input-normal','placeholder' => 'Species Live/Dead in Kaskazi']) !!}
{!! Form::label('price_high_kaskazi', 'Price high Kaskazi:', ['class' => 'control-label']) !!} {!! Form::number('price_high_kaskazi', old('price_high_kaskazi'), ['class' => 'form-control input-normal','placeholder' => 'Price high Kaskazi']) !!}
{!! Form::label('species_live_or_dead_high_kaskazi', 'Species Live/dead high Kaskazi:', ['class' => 'control-label']) !!} {!! Form::number('species_live_or_dead_high_kaskazi', old('species_live_or_dead_high_kaskazi'), ['class' => 'form-control input-normal','placeholder' => 'Species Live/dead high Kaskazi']) !!}
{!! Form::label('buy_price_in_kusi', 'Buy Price in Kusi:', ['class' => 'control-label']) !!} {!! Form::number('buy_price_in_kusi', old('buy_price_in_kusi'), ['class' => 'form-control input-normal','placeholder' => 'Buy Price in Kusi']) !!}
{!! Form::label('species_name_kusibp', 'Species name Kusi:', ['class' => 'control-label']) !!} {!! Form::text('species_name_kusibp', old('species_name_kusibp'), ['class' => 'form-control input-normal','placeholder' => 'Species name Kusi']) !!}
{!! Form::label('home_consumption_kusibp', 'Home Consumption Kusi:', ['class' => 'control-label']) !!} {!! Form::text('home_consumption_kusibp', old('home_consumption_kusibp'), ['class' => 'form-control input-normal','placeholder' => 'Home Consumption Kusi']) !!}
{!! Form::label('species_name_for_home_consumption_kusibp', 'Species Home Consumption/Kusi:', ['class' => 'control-label']) !!} {!! Form::text('species_name_for_home_consumption_kusibp', old('species_name_for_home_consumption_kusibp'), ['class' => 'form-control input-normal','placeholder' => 'Species Name Home Consumption/Kusi']) !!}
{!! Form::label('days_per_week_in_kusibp', 'Days per Week/Kusi:', ['class' => 'control-label']) !!} {!! Form::number('days_per_week_in_kusibp', old('days_per_week_in_kusibp'), ['class' => 'form-control input-normal','placeholder' => 'Days per Week/Kusi']) !!}
{!! Form::label('price_low_kusi', 'Price Low/Kusi:', ['class' => 'control-label']) !!} {!! Form::number('price_low_kusi', old('price_low_kusi'), ['class' => 'form-control input-normal','placeholder' => 'Price Low/Kusi']) !!}
{!! Form::label('species_live_or_dead_low_kusi', 'Species Live/Dead in Kusi/Low:', ['class' => 'control-label']) !!} {!! Form::number('species_live_or_dead_low_kusi', old('species_live_or_dead_low_kusi'), ['class' => 'form-control input-normal','placeholder' => 'Species Live/Dead in Kusi/Low']) !!}
{!! Form::label('number_of_fishers_low_kusi', 'Number of Fishers low/kusi:', ['class' => 'control-label']) !!} {!! Form::number('number_of_fishers_low_kusi', old('number_of_fishers_low_kusi'), ['class' => 'form-control input-normal','placeholder' => 'Number of Fishers low/kusi']) !!}
{!! Form::label('price_avarage_kusi', 'Price Avarage Kusi:', ['class' => 'control-label']) !!} {!! Form::number('price_avarage_kusi', old('price_avarage_kusi'), ['class' => 'form-control input-normal','placeholder' => 'Price Avarage Kusi']) !!}
{!! Form::label('species_live_or_dead_average_kusi', 'Species live/Dead in Kusi/Average:', ['class' => 'control-label']) !!} {!! Form::number('species_live_or_dead_average_kusi', old('species_live_or_dead_average_kusi'), ['class' => 'form-control input-normal','placeholder' => 'Species live/Dead in Kusi/Average']) !!}
{!! Form::label('number_of_fishers_avarage_kusi', 'Number of Fisher/Avarage in Kusi:', ['class' => 'control-label']) !!} {!! Form::number('number_of_fishers_avarage_kusi', old('number_of_fishers_avarage_kusi'), ['class' => 'form-control input-normal','placeholder' => 'Number of Fisher/Avarage in Kusi']) !!}
{!! Form::label('price_high_kusi', 'Price High Kusi:', ['class' => 'control-label']) !!} {!! Form::number('price_high_kusi', old('price_high_kusi'), ['class' => 'form-control input-normal','placeholder' => 'Price High Kusi']) !!}
{!! Form::label('species_live_or_dead_high_kusi', 'Species Live/Dead in kusi/High:', ['class' => 'control-label']) !!} {!! Form::number('species_live_or_dead_high_kusi', old('species_live_or_dead_high_kusi'), ['class' => 'form-control input-normal','placeholder' => 'Species Live/Dead in kusi/High']) !!}
{!! Form::label('number_of_fishers_high_kusi', 'Number of Fisher/High in kusi:', ['class' => 'control-label']) !!} {!! Form::number('number_of_fishers_high_kusi', old('number_of_fishers_high_kusi'), ['class' => 'form-control input-normal','placeholder' => 'Number of Fisher/High in kusi']) !!}
Back to Competitive Survey List {!! Form::submit($submitButtonText.' Competitive Details', ['class' => 'btn btn-success'] ) !!}
@elseif(session('step') == 4)
Session Sell in Kilos Details
{!! Form::label('selldayskaskazissk', 'Sell Day in Kaskazi:', ['class' => 'control-label']) !!} {!! Form::number('selldayskaskazissk', old('selldayskaskazissk'), ['class' => 'form-control input-normal','placeholder' => 'Sell Day in Kaskazi']) !!}
{!! Form::label('speciesnamekzssk', 'Species name Kaskazi:', ['class' => 'control-label']) !!} {!! Form::text('speciesnamekzssk', old('speciesnamekzssk'), ['class' => 'form-control input-normal','placeholder' => 'Species name Kaskazi']) !!}
{!! Form::label('homeconsumptionkzssk', 'Home Consumption Kaskazi:', ['class' => 'control-label']) !!} {!! Form::text('homeconsumptionkzssk', old('homeconsumptionkzssk'), ['class' => 'form-control input-normal','placeholder' => 'Home Consumption Kaskazi']) !!}
{!! Form::label('speciesnameconsumptionkzssk', 'Species Name Consumption Kaskazi:', ['class' => 'control-label']) !!} {!! Form::text('speciesnameconsumptionkzssk', old('speciesnameconsumptionkzssk'), ['class' => 'form-control input-normal','placeholder' => 'Species Name Consumption Kaskazi']) !!}
{!! Form::label('daysperweekkasikazissk', 'Days Per Week in KasKazi:', ['class' => 'control-label']) !!} {!! Form::number('daysperweekkasikazissk', old('daysperweekkasikazissk'), ['class' => 'form-control input-normal','placeholder' => 'Days Per Week in KasKazi']) !!}
{!! Form::label('kzkgslowssk', 'Kaskazi Kgs Low:', ['class' => 'control-label']) !!} {!! Form::number('kzkgslowssk', old('kzkgslowssk'), ['class' => 'form-control input-normal','placeholder' => 'Kaskazi Kgs Low']) !!}
{!! Form::label('kzspecieslivedeadlowssk', 'Species Live/Dead in kaskazi:', ['class' => 'control-label']) !!} {!! Form::text('kzspecieslivedeadlowssk', old('kzspecieslivedeadlowssk'), ['class' => 'form-control input-normal','placeholder' => 'Species Live/Dead in kaskazi']) !!}
{!! Form::label('nofisherslowkzssk', 'Number of Fisher on low in kaskazi:', ['class' => 'control-label']) !!} {!! Form::number('nofisherslowkzssk', old('nofisherslowkzssk'), ['class' => 'form-control input-normal','placeholder' => 'Number of Fisher on low in kaskazi']) !!}
{!! Form::label('kzkgsaveragessk', 'Kgs average kaskazi:', ['class' => 'control-label']) !!} {!! Form::number('kzkgsaveragessk', old('kzkgsaveragessk'), ['class' => 'form-control input-normal','placeholder' => 'Kgs average kaskazi']) !!}
{!! Form::label('kzspecieslivedeadavaragekzssk', 'Species Live/Dead Kaskazi:', ['class' => 'control-label']) !!} {!! Form::text('kzspecieslivedeadavaragekzssk', old('kzspecieslivedeadavaragekzssk'), ['class' => 'form-control input-normal','placeholder' => 'Species Live/Dead in Kaskazi']) !!}
{!! Form::label('nofishersavaragekzssk', 'Fishers Avarage:', ['class' => 'control-label']) !!} {!! Form::number('nofishersavaragekzssk', old('nofishersavaragekzssk'), ['class' => 'form-control input-normal','placeholder' => 'Fishers Avarage']) !!}
{!! Form::label('kzkgshighssk', 'Kgs high Kaskazi:', ['class' => 'control-label']) !!} {!! Form::number('kzkgshighssk', old('kzkgshighssk'), ['class' => 'form-control input-normal','placeholder' => 'Kgs high Kaskazi']) !!}
{!! Form::label('specieslivedeadhighkzssk', 'Species Live/Dead High Kaskazi:', ['class' => 'control-label']) !!} {!! Form::text('specieslivedeadhighkzssk', old('specieslivedeadhighkzssk'), ['class' => 'form-control input-normal','placeholder' => 'Species Live/Dead High Kaskazi']) !!}
{!! Form::label('nofisherhighssk', 'No Fisher High Kaskazi:', ['class' => 'control-label']) !!} {!! Form::number('nofisherhighssk', old('nofisherhighssk'), ['class' => 'form-control input-normal','placeholder' => 'No Fisher High Kaskazi']) !!}
{!! Form::label('selldayskusissk', 'Sell Day Kusi:', ['class' => 'control-label']) !!} {!! Form::number('selldayskusissk', old('selldayskusissk'), ['class' => 'form-control input-normal','placeholder' => 'Sell Day Kusi']) !!}
{!! Form::label('speciesnamekusissk', 'Species Name Kusi:', ['class' => 'control-label']) !!} {!! Form::text('speciesnamekusissk', old('speciesnamekusissk'), ['class' => 'form-control input-normal','placeholder' => 'Species Name Kusi']) !!}
{!! Form::label('homeconsumptionkusissk', 'Home Consumption Kusi:', ['class' => 'control-label']) !!} {!! Form::text('homeconsumptionkusissk', old('homeconsumptionkusissk'), ['class' => 'form-control input-normal','placeholder' => 'Home Consumption Kusi']) !!}
{!! Form::label('speciesnameconsumptionkusissk', 'Species Name Consuption Kusi:', ['class' => 'control-label']) !!} {!! Form::number('speciesnameconsumptionkusissk', old('speciesnameconsumptionkusissk'), ['class' => 'form-control input-normal','placeholder' => 'Species Name Consuption Kusi']) !!}
{!! Form::label('daysperweekkusissk', 'Days/Week Kusi:', ['class' => 'control-label']) !!} {!! Form::number('daysperweekkusissk', old('daysperweekkusissk'), ['class' => 'form-control input-normal','placeholder' => 'Days/Week Kusi']) !!}
{!! Form::label('kusikgslowssk', 'Kusi Kgs Low:', ['class' => 'control-label']) !!} {!! Form::number('kusikgslowssk', old('kusikgslowssk'), ['class' => 'form-control input-normal','placeholder' => 'Kusi Kgs Low']) !!}
{!! Form::label('kusispecieslivedeadlowssk', 'Kusi Special Live/Dead Low:', ['class' => 'control-label']) !!} {!! Form::text('kusispecieslivedeadlowssk', old('kusispecieslivedeadlowssk'), ['class' => 'form-control input-normal','placeholder' => 'Kusi Special Live/Dead Low']) !!}
{!! Form::label('nofisherslowkusissk', 'No of Fishers Low Kusi:', ['class' => 'control-label']) !!} {!! Form::number('nofisherslowkusissk', old('nofisherslowkusissk'), ['class' => 'form-control input-normal','placeholder' => 'No of Fishers Low Kusi']) !!}
{!! Form::label('kusikgsaveragessk', 'Kusi Kgs Average:', ['class' => 'control-label']) !!} {!! Form::number('kusikgsaveragessk', old('kusikgsaveragessk'), ['class' => 'form-control input-normal','placeholder' => 'Kusi Kgs Average']) !!}
{!! Form::label('kusispecieslivedeadaveragessk', 'Kusi Special Live/Dead Average:', ['class' => 'control-label']) !!} {!! Form::number('kusispecieslivedeadaveragessk', old('kusispecieslivedeadaveragessk'), ['class' => 'form-control input-normal','placeholder' => 'Kusi Special Live/Dead Average']) !!}
{!! Form::label('nofishersaveragekusissk', 'No Fishers Average Kusi:', ['class' => 'control-label']) !!} {!! Form::number('nofishersaveragekusissk', old('nofishersaveragekusissk'), ['class' => 'form-control input-normal','placeholder' => 'No Fishers Average Kusi']) !!}
{!! Form::label('kusikgshighssk', 'Kusi Kgs High:', ['class' => 'control-label']) !!} {!! Form::number('kusikgshighssk', old('kusikgshighssk'), ['class' => 'form-control input-normal','placeholder' => 'Kusi Kgs High']) !!}
{!! Form::label('kusispecieslivedeadhighssk', 'Kusi Special Live/Dead High:', ['class' => 'control-label']) !!} {!! Form::text('kusispecieslivedeadhighssk', old('kusispecieslivedeadhighssk'), ['class' => 'form-control input-normal','placeholder' => 'Kusi Special Live/Dead High']) !!}
{!! Form::label('nofishershighkusissk', 'No Fisher High Kusi:', ['class' => 'control-label']) !!} {!! Form::number('nofishershighkusissk', old('nofishershighkusissk'), ['class' => 'form-control input-normal','placeholder' => 'No Fisher High Kusi']) !!}
Back to Competitive Survey List {!! Form::submit($submitButtonText.' Competitive Details', ['class' => 'btn btn-success'] ) !!}
@elseif(session('step') == 5)
Session Sell Prices Details
{!! Form::label('sell_price_in_kaskazissp', 'Sell Price in Kaskazi:', ['class' => 'control-label']) !!} {!! Form::number('sell_price_in_kaskazissp', old('sell_price_in_kaskazissp'), ['class' => 'form-control input-normal','placeholder' => 'Sell Price in Kaskazi']) !!}
{!! Form::label('species_namessp', 'Species name:', ['class' => 'control-label']) !!} {!! Form::text('species_namessp', old('species_namessp'), ['class' => 'form-control input-normal','placeholder' => 'Species name']) !!}
{!! Form::label('home_consumption_in_kaskazissp', 'Home Consumption Kaskazi:', ['class' => 'control-label']) !!} {!! Form::text('home_consumption_in_kaskazissp', old('home_consumption_in_kaskazissp'), ['class' => 'form-control input-normal','placeholder' => 'Home Consumption Kaskazi']) !!}
{!! Form::label('species_name_consumption_kaskazissp', 'Species Name Consumption Kaskazi:', ['class' => 'control-label']) !!} {!! Form::text('species_name_consumption_kaskazissp', old('species_name_consumption_kaskazissp'), ['class' => 'form-control input-normal','placeholder' => 'Species Name Consumption Kaskazi']) !!}
{!! Form::label('days_per_week_kaskazissp', 'Days Per Week in KasKazi:', ['class' => 'control-label']) !!} {!! Form::number('days_per_week_kaskazissp', old('days_per_week_kaskazissp'), ['class' => 'form-control input-normal','placeholder' => 'Days Per Week in KasKazi']) !!}
{!! Form::label('price_low_kaskazissp', 'Price Low Kaskazi:', ['class' => 'control-label']) !!} {!! Form::number('price_low_kaskazissp', old('price_low_kaskazissp'), ['class' => 'form-control input-normal','placeholder' => 'Price Low Kaskazi']) !!}
{!! Form::label('speciecies_live_or_dead_low_kaskazissp', 'Species Live/Dead in kaskazi:', ['class' => 'control-label']) !!} {!! Form::text('speciecies_live_or_dead_low_kaskazissp', old('speciecies_live_or_dead_low_kaskazissp'), ['class' => 'form-control input-normal','placeholder' => 'Species Live/Dead in kaskazi']) !!}
{!! Form::label('number_of_fishers_low_kaskazisssssp', 'No of fishers low/kaskazi:', ['class' => 'control-label']) !!} {!! Form::number('number_of_fishers_low_kaskazisssssp', old('number_of_fishers_low_kaskazisssssp'), ['class' => 'form-control input-normal','placeholder' => 'No of fishers low/kaskazi']) !!}
{!! Form::label('price_average_kaskazissp', 'Price average kaskazi:', ['class' => 'control-label']) !!} {!! Form::text('price_average_kaskazissp', old('price_average_kaskazissp'), ['class' => 'form-control input-normal','placeholder' => 'Price average kaskazi']) !!}
{!! Form::label('speciecies_live_or_dead_average_kaskazissp', 'Species Live/Dead Average kaskazi:', ['class' => 'control-label']) !!} {!! Form::text('speciecies_live_or_dead_average_kaskazissp', old('speciecies_live_or_dead_average_kaskazissp'), ['class' => 'form-control input-normal','placeholder' => 'Species Live/Dead Average kaskazi']) !!}
{!! Form::label('number_of_fishers_low_kaskazissp', 'No of Fishers Low Kaskazi:', ['class' => 'control-label']) !!} {!! Form::number('number_of_fishers_low_kaskazissp', old('number_of_fishers_low_kaskazissp'), ['class' => 'form-control input-normal','placeholder' => 'No of Fishers Low Kaskazi']) !!}
{!! Form::label('price_high_kaskazissp', 'Price high kaskazi:', ['class' => 'control-label']) !!} {!! Form::number('price_high_kaskazissp', old('price_high_kaskazissp'), ['class' => 'form-control input-normal','placeholder' => 'Price high kaskazi']) !!}
{!! Form::label('speciecies_live_or_dead_high_kaskazissp', 'Speciecies live/dead high_kaskazi:', ['class' => 'control-label']) !!} {!! Form::number('speciecies_live_or_dead_high_kaskazissp', old('speciecies_live_or_dead_high_kaskazissp'), ['class' => 'form-control input-normal','placeholder' => 'Speciecies live/dead high_kaskazi']) !!}
{!! Form::label('sell_price_in_kusissp', 'Sell price kusi:', ['class' => 'control-label']) !!} {!! Form::number('sell_price_in_kusissp', old('sell_price_in_kusissp'), ['class' => 'form-control input-normal','placeholder' => 'Sell price kusi']) !!}
{!! Form::label('species_name_kusissp', 'Species name kusi:', ['class' => 'control-label']) !!} {!! Form::number('species_name_kusissp', old('species_name_kusissp'), ['class' => 'form-control input-normal','placeholder' => 'Species name kusi']) !!}
{!! Form::label('home_consumption_kusissp', 'Home Consumption Kusi:', ['class' => 'control-label']) !!} {!! Form::text('home_consumption_kusissp', old('home_consumption_kusissp'), ['class' => 'form-control input-normal','placeholder' => 'Home Consumption Kusi']) !!}
{!! Form::label('species_name_for_home_consumption_kusissp', 'Species home consumption/kusi:', ['class' => 'control-label']) !!} {!! Form::text('species_name_for_home_consumption_kusissp', old('species_name_for_home_consumption_kusissp'), ['class' => 'form-control input-normal','placeholder' => 'Species name home consumption/kusi']) !!}
{!! Form::label('days_per_week_in_kusissp', 'Days week/kusi:', ['class' => 'control-label']) !!} {!! Form::number('days_per_week_in_kusissp', old('days_per_week_in_kusissp'), ['class' => 'form-control input-normal','placeholder' => 'Days week/kusi']) !!}
{!! Form::label('price_low_kusissp', 'Price low kusi:', ['class' => 'control-label']) !!} {!! Form::number('price_low_kusissp', old('price_low_kusissp'), ['class' => 'form-control input-normal','placeholder' => 'Price low kusi']) !!}
{!! Form::label('species_live_or_dead_low_kusissp', 'Species live/dead kusi:', ['class' => 'control-label']) !!} {!! Form::number('species_live_or_dead_low_kusissp', old('species_live_or_dead_low_kusissp'), ['class' => 'form-control input-normal','placeholder' => 'Species live/dead kusi']) !!}
{!! Form::label('number_of_fishers_low_kusissp', 'No fishers low kusi:', ['class' => 'control-label']) !!} {!! Form::number('number_of_fishers_low_kusissp', old('number_of_fishers_low_kusissp'), ['class' => 'form-control input-normal','placeholder' => 'No fishers low kusi']) !!}
{!! Form::label('price_avarage_kusissp', 'Price Avarage Kusi:', ['class' => 'control-label']) !!} {!! Form::number('price_avarage_kusissp', old('price_avarage_kusissp'), ['class' => 'form-control input-normal','placeholder' => 'Price Avarage Kusi']) !!}
{!! Form::label('species_live_or_dead_average_kusissp', 'Species live/dead Ave kusi:', ['class' => 'control-label']) !!} {!! Form::number('species_live_or_dead_average_kusissp', old('species_live_or_dead_average_kusissp'), ['class' => 'form-control input-normal','placeholder' => 'Species live/dead Ave kusi']) !!}
{!! Form::label('number_of_fishers_avarage_kusissp', 'No fishers ave kusi:', ['class' => 'control-label']) !!} {!! Form::number('number_of_fishers_avarage_kusissp', old('number_of_fishers_avarage_kusissp'), ['class' => 'form-control input-normal','placeholder' => 'No fishers ave kusi']) !!}
{!! Form::label('price_high_kusissp', 'Price high kusi:', ['class' => 'control-label']) !!} {!! Form::number('price_high_kusissp', old('price_high_kusissp'), ['class' => 'form-control input-normal','placeholder' => 'Price high kusi']) !!}
{!! Form::label('species_live_or_dead_high_kusissp', 'Species live/dead high kusi:', ['class' => 'control-label']) !!} {!! Form::text('species_live_or_dead_high_kusissp', old('species_live_or_dead_high_kusissp'), ['class' => 'form-control input-normal','placeholder' => 'Species live/dead high kusi']) !!}
{!! Form::label('number_of_fishers_high_kusisssp', 'No fishers high kusi:', ['class' => 'control-label']) !!} {!! Form::text('number_of_fishers_high_kusisssp', old('number_of_fishers_high_kusisssp'), ['class' => 'form-control input-normal','placeholder' => 'No fishers high kusi']) !!}
Back to Competitive Survey List {!! Form::submit($submitButtonText.' Competitive Details', ['class' => 'btn btn-success'] ) !!}
@elseif(session('step') == 6)
Species Information Details
{!! Form::label('speciessi', 'Species Name:', ['class' => 'control-label']) !!} {!! Form::number('speciessi', old('speciessi'), ['class' => 'form-control input-normal','placeholder' => 'Species Name']) !!}
{!! Form::label('you_fish_alone_or_with_otherssi', 'Fish Alone/Others:', ['class' => 'control-label']) !!} {!! Form::text('you_fish_alone_or_with_otherssi', old('you_fish_alone_or_with_otherssi'), ['class' => 'form-control input-normal','placeholder' => 'Fish Alone/Others']) !!}
{!! Form::label('number_of_otherssi', 'No. of Others:', ['class' => 'control-label']) !!} {!! Form::number('number_of_otherssi', old('number_of_otherssi'), ['class' => 'form-control input-normal','placeholder' => 'No. of Others']) !!}
{!! Form::label('year_startsi', 'Year Started Fishing:', ['class' => 'control-label']) !!} {!! Form::number('year_startsi', old('year_startsi'), ['class' => 'form-control input-normal','placeholder' => 'Year Started Fishing']) !!}
{!! Form::label('sponsorship_informationsi', 'Sponsorship Information:', ['class' => 'control-label']) !!} {!! Form::text('sponsorship_informationsi', old('sponsorship_informationsi'), ['class' => 'form-control input-normal','placeholder' => 'Sponsorship Information']) !!}
{!! Form::label('sponsorship_arrangementsi', 'Sponsorship Arrangements:', ['class' => 'control-label']) !!} {!! Form::number('sponsorship_arrangementsi', old('sponsorship_arrangementsi'), ['class' => 'form-control input-normal','placeholder' => 'Sponsorship Arrangements']) !!}
{!! Form::label('your_customer_in_kaskazi_kgs_speciessi', 'Customer kaskazi kgs/species:', ['class' => 'control-label']) !!} {!! Form::number('your_customer_in_kaskazi_kgs_speciessi', old('your_customer_in_kaskazi_kgs_speciessi'), ['class' => 'form-control input-normal','placeholder' => 'Customer kaskazi kgs/species']) !!}
{!! Form::label('species_name_kgssi', 'Species Name Kgs:', ['class' => 'control-label']) !!} {!! Form::number('species_name_kgssi', old('species_name_kgssi'), ['class' => 'form-control input-normal','placeholder' => 'Species Name Kgs']) !!}
{!! Form::label('species_kgs_per_weeksi', 'Species kgs/week:', ['class' => 'control-label']) !!} {!! Form::number('species_kgs_per_weeksi', old('species_kgs_per_weeksi'), ['class' => 'form-control input-normal','placeholder' => 'Species kgs/week']) !!}
{!! Form::label('your_customers_kaskazi_species_pricesi', 'Customers kaskazi species/prices:', ['class' => 'control-label']) !!} {!! Form::number('your_customers_kaskazi_species_pricesi', old('your_customers_kaskazi_species_pricesi'), ['class' => 'form-control input-normal','placeholder' => 'Customers kaskazi species/prices']) !!}
{!! Form::label('species_name_pricesi', 'Species Name prices:', ['class' => 'control-label']) !!} {!! Form::number('species_name_pricesi', old('species_name_pricesi'), ['class' => 'form-control input-normal','placeholder' => 'Species Name prices']) !!}
{!! Form::label('price_sold_in_kaskazi_speciessi', 'Price sold kaskazi/species:', ['class' => 'control-label']) !!} {!! Form::number('price_sold_in_kaskazi_speciessi', old('price_sold_in_kaskazi_speciessi'), ['class' => 'form-control input-normal','placeholder' => 'Price sold kaskazi/species']) !!}
{!! Form::label('your_customers_kusi_species_kgssi', 'Customers kusi/species/kgs:', ['class' => 'control-label']) !!} {!! Form::number('your_customers_kusi_species_kgssi', old('your_customers_kusi_species_kgssi'), ['class' => 'form-control input-normal','placeholder' => 'Customers kusi/species/kgs']) !!}
{!! Form::label('species_kgs_per_week_kusisi', 'Species kgs/per/week/kusi:', ['class' => 'control-label']) !!} {!! Form::number('species_kgs_per_week_kusisi', old('species_kgs_per_week_kusisi'), ['class' => 'form-control input-normal','placeholder' => 'Species kgs/per/week/kusi']) !!}
{!! Form::label('your_customer_in_kusisi', 'Customer in kusi:', ['class' => 'control-label']) !!} {!! Form::text('your_customer_in_kusisi', old('your_customer_in_kusisi'), ['class' => 'form-control input-normal','placeholder' => 'Customer in kusi']) !!}
{!! Form::label('species_name_price_kusisi', 'Species name price/kusi:', ['class' => 'control-label']) !!} {!! Form::text('species_name_price_kusisi', old('species_name_price_kusisi'), ['class' => 'form-control input-normal','placeholder' => 'Species name price/kusi']) !!}
{!! Form::label('price_sold_in_kusisi', 'Price Sold/kusi:', ['class' => 'control-label']) !!} {!! Form::number('price_sold_in_kusisi', old('price_sold_in_kusisi'), ['class' => 'form-control input-normal','placeholder' => 'Price Sold/kusi']) !!}
{!! Form::label('same_customersi', 'Same Customers:', ['class' => 'control-label']) !!} {!! Form::number('same_customersi', old('same_customersi'), ['class' => 'form-control input-normal','placeholder' => 'Same Customers']) !!}
{!! Form::label('do_you_know_the_customersi', 'Know Your Customers:', ['class' => 'control-label']) !!} {!! Form::text('do_you_know_the_customersi', old('do_you_know_the_customersi'), ['class' => 'form-control input-normal','placeholder' => 'Know Your Customers']) !!}
{!! Form::label('species_namesi', 'Species Names:', ['class' => 'control-label']) !!} {!! Form::text('species_namesi', old('species_namesi'), ['class' => 'form-control input-normal','placeholder' => 'Species Names']) !!}
{!! Form::label('if_yes_whosi', 'If yes whos:', ['class' => 'control-label']) !!} {!! Form::text('if_yes_whosi', old('if_yes_whosi'), ['class' => 'form-control input-normal','placeholder' => 'If yes whos']) !!}
{!! Form::label('if_yes_kgssi', 'If yes kgs:', ['class' => 'control-label']) !!} {!! Form::number('if_yes_kgssi', old('if_yes_kgssi'), ['class' => 'form-control input-normal','placeholder' => 'If yes kgs']) !!}
{!! Form::label('information_found_fromsi', 'Information found from:', ['class' => 'control-label']) !!} {!! Form::text('information_found_fromsi', old('information_found_fromsi'), ['class' => 'form-control input-normal','placeholder' => 'Information found from']) !!}
{!! Form::label('sell_throughsi', 'Sell through:', ['class' => 'control-label']) !!} {!! Form::text('sell_throughsi', old('sell_throughsi'), ['class' => 'form-control input-normal','placeholder' => 'Sell through']) !!}
{!! Form::label('number_of_customer_per_week_in_kusisi', 'No Customer per week/kusi:', ['class' => 'control-label']) !!} {!! Form::number('number_of_customer_per_week_in_kusisi', old('number_of_customer_per_week_in_kusisi'), ['class' => 'form-control input-normal','placeholder' => 'No Customer per week/kusi']) !!}
{!! Form::label('number_of_customer_per_week_in_kaskazisi', 'No Customer per week/kaskazi:', ['class' => 'control-label']) !!} {!! Form::number('number_of_customer_per_week_in_kaskazisi', old('number_of_customer_per_week_in_kaskazisi'), ['class' => 'form-control input-normal','placeholder' => 'No Customer per week/kaskazi']) !!}
{!! Form::label('what_arrangementsi', 'What Arrangements:', ['class' => 'control-label']) !!} {!! Form::text('what_arrangementsi', old('what_arrangementsi'), ['class' => 'form-control input-normal','placeholder' => 'What Arrangements']) !!}
{!! Form::label('arrangement_on_speciessi', 'Arrangement on Species:', ['class' => 'control-label']) !!} {!! Form::text('arrangement_on_speciessi', old('arrangement_on_speciessi'), ['class' => 'form-control input-normal','placeholder' => 'Arrangement on Species']) !!}
{!! Form::label('arragement_in_customer_typesi', 'Arrangement in Customer/types:', ['class' => 'control-label']) !!} {!! Form::text('arragement_in_customer_typesi', old('arragement_in_customer_typesi'), ['class' => 'form-control input-normal','placeholder' => 'Arrangementt in Customer/types']) !!}
{!! Form::label('what_arrangement_typesi', 'What Arrangement types:', ['class' => 'control-label']) !!} {!! Form::text('what_arrangement_typesi', old('what_arrangement_typesi'), ['class' => 'form-control input-normal','placeholder' => 'What Arrangement types']) !!}
{!! Form::label('sevices_providedsi', 'Services Provided', ['class' => 'control-label']) !!} {!! Form::text('sevices_providedsi', old('sevices_providedsi'), ['class' => 'form-control input-normal','placeholder' => 'Services Provided']) !!}
{!! Form::label('are_customer_awaresi', 'Are Customer aware', ['class' => 'control-label']) !!} {!! Form::text('are_customer_awaresi', old('are_customer_awaresi'), ['class' => 'form-control input-normal','placeholder' => 'Are Customer aware']) !!}
Back to Competitive Survey List {!! Form::submit($submitButtonText.' Competitive Details', ['class' => 'btn btn-success'] ) !!}
@elseif(session('step') == 7)
Species Information for Traders/ Details
{!! Form::label('speciesit', 'Species:', ['class' => 'control-label']) !!} {!! Form::text('speciesit', old('speciesit'), ['class' => 'form-control input-normal','placeholder' => 'Species']) !!}
{!! Form::label('you_fish_alone_or_with_otherssit', 'Fish alone/with others:', ['class' => 'control-label']) !!} {!! Form::text('you_fish_alone_or_with_otherssit', old('you_fish_alone_or_with_otherssit'), ['class' => 'form-control input-normal','placeholder' => 'Fish alone/with others']) !!}
{!! Form::label('year_startsit', 'Year started:', ['class' => 'control-label']) !!} {!! Form::text('year_startsit', old('year_startsit'), ['class' => 'form-control input-normal','placeholder' => 'Year started']) !!}
{!! Form::label('sponsorship_informationsit', 'Sponsorship Information:', ['class' => 'control-label']) !!} {!! Form::text('sponsorship_informationsit', old('sponsorship_informationsit'), ['class' => 'form-control input-normal','placeholder' => 'Sponsorship Information']) !!}
{!! Form::label('number_of_otherssit', 'Number of others:', ['class' => 'control-label']) !!} {!! Form::number('number_of_otherssit', old('number_of_otherssit'), ['class' => 'form-control input-normal','placeholder' => 'Number of others']) !!}
{!! Form::label('sponsorship_arrangementsit', 'Sponsorship Arrangements:', ['class' => 'control-label']) !!} {!! Form::text('sponsorship_arrangementsit', old('sponsorship_arrangementsit'), ['class' => 'form-control input-normal','placeholder' => 'Sponsorship Arrangements']) !!}
{!! Form::label('from_whom_do_you_buy_fish_during_kaskazisit', 'Whom do you buy fish:', ['class' => 'control-label']) !!} {!! Form::text('from_whom_do_you_buy_fish_during_kaskazisit', old('from_whom_do_you_buy_fish_during_kaskazisit'), ['class' => 'form-control input-normal','placeholder' => 'Whom do you buy fish Kaskazi']) !!}
{!! Form::label('fish_species_name_kaskazisit', 'Fish species name/kaskazi:', ['class' => 'control-label']) !!} {!! Form::text('fish_species_name_kaskazisit', old('fish_species_name_kaskazisit'), ['class' => 'form-control input-normal','placeholder' => 'Fish species name/kaskazi']) !!}
{!! Form::label('species_in_kgs_kaskazisit', 'Species kgs/kaskazi:', ['class' => 'control-label']) !!} {!! Form::number('species_in_kgs_kaskazisit', old('species_in_kgs_kaskazisit'), ['class' => 'form-control input-normal','placeholder' => 'Species kgs/kaskazi']) !!}
{!! Form::label('your_customer_in_kusisit', 'Customer in kusi:', ['class' => 'control-label']) !!} {!! Form::text('your_customer_in_kusisit', old('your_customer_in_kusisit'), ['class' => 'form-control input-normal','placeholder' => 'Customer in kusi']) !!}
{!! Form::label('price_buy_in_kaskazi_speciessit', 'Price buy/kaskazi species:', ['class' => 'control-label']) !!} {!! Form::number('price_buy_in_kaskazi_speciessit', old('price_buy_in_kaskazi_speciessit'), ['class' => 'form-control input-normal','placeholder' => 'Price buy/kaskazi species']) !!}
{!! Form::label('from_whom_do_you_buy_fish_during_kusisit', 'Whom you buy fish in kusi:', ['class' => 'control-label']) !!} {!! Form::text('from_whom_do_you_buy_fish_during_kusisit', old('from_whom_do_you_buy_fish_during_kusisit'), ['class' => 'form-control input-normal','placeholder' => 'Whom you buy fish in kusi']) !!}
{!! Form::label('fish_species_name_kusisit', 'Fish Species Name/kusi:', ['class' => 'control-label']) !!} {!! Form::text('fish_species_name_kusisit', old('fish_species_name_kusisit'), ['class' => 'form-control input-normal','placeholder' => 'Fish Species Name/kusi']) !!}
{!! Form::label('species_in_kgs_kusisit', 'Species kgs/kusi:', ['class' => 'control-label']) !!} {!! Form::number('species_in_kgs_kusisit', old('species_in_kgs_kusisit'), ['class' => 'form-control input-normal','placeholder' => 'Species kgs/kusi']) !!}
{!! Form::label('price_buy_in_kusi_speciessit', 'Price buy kusi/species:', ['class' => 'control-label']) !!} {!! Form::number('price_buy_in_kusi_speciessit', old('price_buy_in_kusi_speciessit'), ['class' => 'form-control input-normal','placeholder' => 'Price buy kusi/species']) !!}
{!! Form::label('from_whom_do_you_sell_fish_during_kaskazisit', 'Whom do sell fish/kaskazi', ['class' => 'control-label']) !!} {!! Form::text('from_whom_do_you_sell_fish_during_kaskazisit', old('from_whom_do_you_sell_fish_during_kaskazisit'), ['class' => 'form-control input-normal','placeholder' => 'Whom do sell fish/kaskazi']) !!}
{!! Form::label('fish_species_name_kaskazi_sellsit', 'Fish Species kaskazi/sell:', ['class' => 'control-label']) !!} {!! Form::text('fish_species_name_kaskazi_sellsit', old('fish_species_name_kaskazi_sellsit'), ['class' => 'form-control input-normal','placeholder' => 'Fish Species kaskazi/sell']) !!}
{!! Form::label('species_in_kgs_kaskazi_sellsit', 'Species kgs kaskazi/sell:', ['class' => 'control-label']) !!} {!! Form::number('species_in_kgs_kaskazi_sellsit', old('species_in_kgs_kaskazi_sellsit'), ['class' => 'form-control input-normal','placeholder' => 'Species kgs kaskazi/sell']) !!}
{!! Form::label('price_sell_in_kaskazi_speciessit', 'Price sell kaskazi/species:', ['class' => 'control-label']) !!} {!! Form::number('price_sell_in_kaskazi_speciessit', old('price_sell_in_kaskazi_speciessit'), ['class' => 'form-control input-normal','placeholder' => 'Price sell kaskazi/species']) !!}
{!! Form::label('from_whom_do_you_sell_fish_during_kusisit', 'Whom do you sell fish/kusi:', ['class' => 'control-label']) !!} {!! Form::text('from_whom_do_you_sell_fish_during_kusisit', old('from_whom_do_you_sell_fish_during_kusisit'), ['class' => 'form-control input-normal','placeholder' => 'Whom do you sell fish/kusi']) !!}
{!! Form::label('fish_species_name_kusi_sellsit', 'Fish specie kusi/sell:', ['class' => 'control-label']) !!} {!! Form::text('fish_species_name_kusi_sellsit', old('fish_species_name_kusi_sellsit'), ['class' => 'form-control input-normal','placeholder' => 'Fish specie kusi/sell']) !!}
{!! Form::label('species_in_kgs_kusi_sellsit', 'Species kgs kusi/sell:', ['class' => 'control-label']) !!} {!! Form::number('species_in_kgs_kusi_sellsit', old('species_in_kgs_kusi_sellsit'), ['class' => 'form-control input-normal','placeholder' => 'Species kgs kusi/sell']) !!}
{!! Form::label('price_sell_in_kusi_speciessit', 'Price sell kusi/species:', ['class' => 'control-label']) !!} {!! Form::number('price_sell_in_kusi_speciessit', old('price_sell_in_kusi_speciessit'), ['class' => 'form-control input-normal','placeholder' => 'Price sell kusi/species']) !!}
{!! Form::label('price_sold_in_kusisit', 'Price sold/kusi:', ['class' => 'control-label']) !!} {!! Form::number('price_sold_in_kusisit', old('price_sold_in_kusisit'), ['class' => 'form-control input-normal','placeholder' => 'Price sold/kusi']) !!}
{!! Form::label('same_customersit', 'Same Customers:', ['class' => 'control-label']) !!} {!! Form::text('same_customersit', old('same_customersit'), ['class' => 'form-control input-normal','placeholder' => 'Same Customers']) !!}
{!! Form::label('do_you_know_the_customersit', 'Know customers:', ['class' => 'control-label']) !!} {!! Form::number('do_you_know_the_customersit', old('do_you_know_the_customersit'), ['class' => 'form-control input-normal','placeholder' => 'Know customers']) !!}
{!! Form::label('species_namesit', 'Species Name:', ['class' => 'control-label']) !!} {!! Form::text('species_namesit', old('species_namesit'), ['class' => 'form-control input-normal','placeholder' => 'Species Name']) !!}
{!! Form::label('if_yes_whomsit', 'if yes whom:', ['class' => 'control-label']) !!} {!! Form::text('if_yes_whomsit', old('if_yes_whomsit'), ['class' => 'form-control input-normal','placeholder' => 'if yes whom']) !!}
{!! Form::label('if_yes_price_per_kgssit', 'If yes price/kgs:', ['class' => 'control-label']) !!} {!! Form::number('if_yes_price_per_kgssit', old('if_yes_price_per_kgssit'), ['class' => 'form-control input-normal','placeholder' => 'If yes price/kgs']) !!}
{!! Form::label('information_found_fromsit', 'Information found from:', ['class' => 'control-label']) !!} {!! Form::text('information_found_fromsit', old('information_found_fromsit'), ['class' => 'form-control input-normal','placeholder' => 'Information found from']) !!}
{!! Form::label('sell_throughsit', 'Sell Through:', ['class' => 'control-label']) !!} {!! Form::text('sell_throughsit', old('sell_throughsit'), ['class' => 'form-control input-normal','placeholder' => 'Sell Through']) !!}
{!! Form::label('number_of_customer_per_week_in_kusisit', 'No Customer week/kusi:', ['class' => 'control-label']) !!} {!! Form::number('number_of_customer_per_week_in_kusisit', old('number_of_customer_per_week_in_kusisit'), ['class' => 'form-control input-normal','placeholder' => 'No customer week/kusi']) !!}
{!! Form::label('number_of_customer_per_week_in_kaskazisit', 'No Customer week/kaskazi:', ['class' => 'control-label']) !!} {!! Form::number('number_of_customer_per_week_in_kaskazisit', old('number_of_customer_per_week_in_kaskazisit'), ['class' => 'form-control input-normal','placeholder' => 'No Customer week/kaskazi']) !!}
{!! Form::label('what_arrangementsit', 'What arrangement:', ['class' => 'control-label']) !!} {!! Form::text('what_arrangementsit', old('what_arrangementsit'), ['class' => 'form-control input-normal','placeholder' => 'What arrangement']) !!}
{!! Form::label('arrangement_on_speciessit', 'Arrangement on Species:', ['class' => 'control-label']) !!} {!! Form::text('arrangement_on_speciessit', old('arrangement_on_speciessit'), ['class' => 'form-control input-normal','placeholder' => 'Arrangement on Species']) !!}
{!! Form::label('arragement_in_customer_typesit', 'Arragement in customer types:', ['class' => 'control-label']) !!} {!! Form::text('arragement_in_customer_typesit', old('arragement_in_customer_typesit'), ['class' => 'form-control input-normal','placeholder' => 'Arragement in customer types']) !!}
{!! Form::label('what_arrangement_typesit', 'What Arrangement Types:', ['class' => 'control-label']) !!} {!! Form::text('what_arrangement_typesit', old('what_arrangement_typesit'), ['class' => 'form-control input-normal','placeholder' => 'What Arrangement Types']) !!}
{!! Form::label('sevices_providedsit', 'Sevices provided:', ['class' => 'control-label']) !!} {!! Form::text('sevices_providedsit', old('sevices_providedsit'), ['class' => 'form-control input-normal','placeholder' => 'Sevices provided']) !!}
{!! Form::label('are_customer_awaresit', 'Are Customer Aware:', ['class' => 'control-label']) !!} {!! Form::text('are_customer_awaresit', old('are_customer_awaresit'), ['class' => 'form-control input-normal','placeholder' => 'Are Customer Aware']) !!}
Back to Competitive Survey List {!! Form::submit($submitButtonText.' Competitive Details', ['class' => 'btn btn-success'] ) !!}
@endif @section('footersection') @endsection