@include('includes/notifications')

SUMMARY OF DAILY SALES REPORT

{!! Form::open(array('route' => array('summary_sales.store'), 'class' => 'form-horizontal form-label-left', 'method' => 'POST')) !!}
{!! Form::select('branch', $branches, null, array('id' => 'branches', 'class' => 'form-control' ,'data-placeholder' => 'SELECT BRANCH')) !!}
{!! Form::text('date_from',$date_from,array('class' => 'form-control', 'id' => 'date_from')) !!}
{!! Form::text('date_to',$date_to,array('class' => 'form-control', 'id' => 'date_to')) !!}
{!! Form::close() !!}