{{ Form::open(array('route' => array('vender.bill.send.mail',$bill_id))) }}
{{ Form::label('email', __('Email')) }} {{ Form::text('email', '', array('class' => 'form-control','required'=>'required')) }} @error('email') {{ $message }} @enderror
{{ Form::close() }}