@extends('layout.master') @section('content') @include('layout.errorform') @include('layout.info')
Print Report
Sales Report
{!! Form::open(['route' => 'printreport.store', 'class' => 'form-horizontal', 'id' => 'salesform', 'files' => true, 'autocomplete' => 'off']) !!}
{!! Form::label('from1', 'Start Date :', ['class' => 'col-sm-2 control-label']) !!}
{!! Form::input('text', 'from', @$value, ['class' => 'form-control date', 'placeholder' => 'Start Date', 'id' => 'from1']) !!}
{!! Form::label('to1', 'End Date :', ['class' => 'col-sm-2 control-label']) !!}
{!! Form::input('text', 'to', @$value, ['class' => 'form-control date', 'placeholder' => 'End Date', 'id' => 'to1']) !!}