@extends('front.layouts.main') @section('style') @endsection @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')
{!! Form::open(array('route' => 'projectinfo-sign.store','method'=>'POST','id'=>'myform')) !!} {!! Form::hidden('project_id',request()->input('project_id')) !!} {!! Form::hidden('submission_date',\Session::get('sdate')?\Session::get('sdate'):null,['id'=>'submission_date']) !!}

@if(@$sign->user_sign)
Previous Signature
@endif
{{ Form::close() }}
@endsection @section('js') @endsection