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

Weather Details

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')
{!! Form::open(array('route' => 'projectinfo-notes.store','method'=>'POST','id'=>'myform','files'=>'true')) !!} {!! Form::hidden('project_id',request()->input('project_id')) !!} {!! Form::hidden('submission_date',\Session::get('sdate')?\Session::get('sdate'):null,['id'=>'submission_date']) !!}
{{ Form::select('category_id',@$category,Null,['id'=>'inputselect1','class'=>'form-group-input'])}}
{!! Form::text('note', null, array('class' => 'form-group-input' , 'id' => 'inputtext1', 'maxlength' => 250)) !!}
{{ $errors->first('note', ':message') }}
{{ $errors->first('noteImage', ':message') }}
{!! Form::close() !!}
@endsection @section('js') @endsection