@extends('master') @section('custom_meta') @stop @section('breadcrumb') @stop @section('custom_js') @stop @section('content')

Reporte de comercio.

{!! Form::open(['url' => '/report/by/shop', 'target' => '_blank']) !!}
{!! Form::date('date_from', null, ['required']) !!}
{!! Form::date('date_end', null, ['required']) !!}
{!! Form::select('shop_id', $shops, null, ['class' => 'form-select']) !!}
{!! Form::close() !!}

Reporte por repartidor.

{!! Form::open(['url' => '/report/by/deliveryman', 'target' => '_blank']) !!}
{!! Form::date('date_from', null, ['required']) !!}
{!! Form::date('date_end', null, ['required']) !!}
{!! Form::select('delivery_man_id', $dealers, null, ['class' => 'form-select']) !!}
{!! Form::close() !!}

Reporte consolidado.

{!! Form::open(['url' => '/report/consolidated', 'target' => '_blank']) !!}
{!! Form::date('date_from', null, ['required']) !!}
{!! Form::date('date_end', null, ['required']) !!}
{!! Form::close() !!}

Este mes en graficas.

@stop