@extends('panel.layouts.app') @section('page-title') {{ LaraCore::setting('html_prefix') }} {{ (LaraCore::setting('html_prefix') != '') ? '|' : '' }} Mail Report @stop @section('content')

Email Report

{{ Form::select('types', $types,'',["class"=>'form-control filter select2','autofocus' => 'true', 'id' => 'types']) }}
{{Form::text( 'start_date', $startDate, [ "class" => "form-control", "id" => 'startDate' ]) }}
{{Form::text( 'end_date', $endDate, [ "class" => "form-control", "id" => 'endDate' ]) }}
Id Date Client Email Type
{{-- @include('common.modal.send_report_mail_confirm_model',['entity' => 'parcel_report']) --}}
@stop @section('custom-scripts') @stop