@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')
@if(count($notes)) @foreach($notes as $note)
{{@$note->images()->count()}}
{{@$note->category_name}}
{{$note->note}}
@endforeach @else No Notes Found.. @endif
{{$notes->appends(request()->input())->links() }}
@endsection @section('js') @endsection