@extends('front.layouts.master') @section('title', 'Daily Reports') @section('content') @include('recaptcha::script')

Capture and Upload

Take pictures with your device or load images saved on your device to your notes. All images saved on a project can be viewed and downloaded by logging into our web portal and viewing that project’s photo gallery.

Watch: Mobile App Overview

Request a Demo
One of our US based representatives will reach out to you as soon as possible!
{{Form::open(['route'=>['contact'],'data-parsley-validate'])}}
{!! Form::text('name',Null,['class'=>'form-input','id'=>'name']) !!} {{ $errors->first('name', ':message') }}
{!! Form::email('email',Null,['class'=>'form-input', 'id'=>'email']) !!} {{ $errors->first('email', ':message') }}
{!! Form::number('phone',Null,['class'=>'form-input', 'id'=>'phone']) !!} {{ $errors->first('phone', ':message') }}
{{ Form::hidden('invisible', Request::url()) }}
{!! Form::text('company',Null,['class'=>'form-input', 'id'=>'company']) !!} {{ $errors->first('company', ':message') }}
@include('recaptcha::widget') {{ $errors->first('g-recaptcha-response', ':message') }}
{{Form::close()}}
@endsection @section('js') @endsection