@extends('layouts.app') @section('content') @include('users.partials.header', [ 'title' => __('Comparacion Farmacia'), 'description' => __(''), 'class' => 'col-lg-12' ])
{{Form::label('fecha','Fecha Cliente')}}
  August 17, 2021 - September 15, 2021
{{Form::label('fecha','Fecha Vendelo')}}
  August 17, 2021 - September 15, 2021
{{Form::label('Farmacia','Farmacia')}}
{{Form::label('generar_reporte','Acciones',['class'=>'col-md-12 pl-0'])}}

{{--
ID NOMBRE CLASIFICACION
--}}
{{--
--}}
{{-- --}} @endsection @section('js') @endsection