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

Billing Summary Report

@include('xreports::common.report_date_range_select')
{{ Form::select('supplier_id', \Pramix\XSupplier\Models\SupplierModel::pluck('business_name','id') , '' , array('class' => 'form-control select2' , 'id' => 'supplier_code_selected')) }}
@endsection @section('include_js') @endsection @section('custom_script') @endsection