@extends('front.layouts.main') @section('content')

{{@$gcompany->company_name}}

@include('front.includes.dashboard-menu')
@include('front.company.menu')
{{Form::open(['route'=>['report-template.update',$report_template->id],'method'=>'PUT'])}}

Template Name : {{ $errors->first('template_name', ':message') }}

Weather Report

has_weather_reports) checked @endif>
Wind Speed -
wind_speed_hr == 'Miles') checked @endif>
wind_speed_hr == 'Km') checked @endif>
Percipitation -
parcipitation == 'Millimeters') checked @endif>
parcipitation == 'Inches') checked @endif>
Temperature -
temperature == 'Celcius') checked @endif>
temperature == 'Fahrenheit') checked @endif>

Report Layout

has_hours == 1)checked @endif>
has_notes == 1)checked @endif>
has_notes == 1)display:block; @else display:none; @endif> @if($report_template->has_notes) @php $i =0; @endphp @foreach($notes as $note)
@if(!$i) @else @endif
@php $i++; @endphp @endforeach @else
@endif
has_questions == 1)checked @endif>
has_questions == 1)display:block; @else display:none; @endif> @if($report_template->has_questions) @php $i =0; @endphp @foreach($questions as $question)
@if(!$i) @endif
@php $i++; @endphp @endforeach @else
@endif
{{Form::close()}}
@endsection