@extends('front.layouts.main') @section('content')
{{@$gcompany->company_name}}
@if(\Auth::user()->user_role->user_type == 2) @include('front.projects.menu') @endif

Weather Details

@if($isNoWorkDone) @else @endif
created_at)))}}" id="project_created_date" data-date="{{date('m-d-Y',strtotime(str_replace(",", "", $project->created_at). ' -1 year'))}}"> created_at). ' -1 year'))}}"> View Report
@include('front.projects.weather')
@include('front.projects.attributes')
@if(count($questions)) {!! Form::open(array('route'=>'projectinfo-questions.store')) !!} {!! Form::hidden('project_id',request()->input('project_id')) !!} {!! Form::hidden('submission_date',\Session::get('sdate')?\Session::get('sdate'):null,['id'=>'submission_date']) !!}
@foreach($questions as $key=>$question) {!! Form::hidden("ans[$key][question_id]",$question->id) !!}
@endforeach
{!! Form::submit('Save',['class'=>'btn-new btn-new-primary mr-2','name'=>'view2','id'=>'btn5', 'checked'=>'']) !!} {!! Form::reset('Cancel',['class'=>'btn-new btn-new-primary','name'=>'view2','id'=>'btn6', 'checked'=>'']) !!}
{!! Form::close() !!} @else No Question Found.. @endif
@endsection @section('js') @endsection