@extends('layouts.master') @section('content')

{{ trans('breadcrumbs.Affiliate Transaction History') }}

{{ trans('layout.Filter') }}

{{ Form::label('AFFILIATE_NAME', trans('affiliate.Affiliate Name'))}} {{ Form::select('AFFILIATE_NAME', $partnerName, ' ', ['class' => 'form-control select2', 'placeholder' => trans('reports.Select option'), 'id' => 'AFFILIATE_NAME']) }}
{{ Form::label('DATE_RANGE',trans('layout.Select Date Range')) }}


@endsection @section('javascript') @include('datatablejs') @stop