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

{{@$gcompany->company_name}}

@include('front.includes.dashboard-menu')
@include('front.company.menu')
{{Form::open(['route'=>['report-template.store'],'id'=>'reportTemp'])}}

Template Name :

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

Weather Report

Wind Speed -
Percipitation -
Temperature -

Report Layout

{{Form::close()}}
@endsection @section('js') @endsection