@extends('layouts.main') @section('page-title') {{ __('Report') }} @endsection @push('css') @endpush @section('page-breadcrumb') {{ __('Report') }} @endsection @section('content')
{{ __('This Week Deals Conversions') }}

{{ __('Sources Conversion') }}

{{ __('Monthly') }}

{{ Form::label('From_Date', __('From Date'), ['class' => 'col-form-label']) }} {{ Form::date('From_Date', null, ['class' => 'form-control from_date', 'id' => 'data_picker1']) }}
{{ Form::label('To_Date', __('To Date'), ['class' => 'col-form-label']) }} {{ Form::date('To_Date', null, ['class' => 'form-control to_date', 'id' => 'data_picker2']) }}
{{ __('Pipelines Conversion') }}

{{ Form::label('from_date', __('From Date'), ['class' => 'col-form-label']) }} {{ Form::date('from_date', null, ['class' => 'form-control from_date1', 'id' => 'data_picker1']) }}
{{ Form::label('to_date', __('To Date'), ['class' => 'col-form-label']) }} {{ Form::date('to_date', null, ['class' => 'form-control to_date1', 'id' => 'data_picker2']) }}
@endsection @push('scripts') @endpush