@extends('layouts.app') @section('title', __('report.customer') . ' - ' . __('report.supplier') . ' ' . __('report.reports')) @section('content')

{{ __('report.customer')}} & {{ __('report.supplier')}} {{ __('report.reports')}}

@component('components.filters', ['title' => __('report.filters')])
{!! Form::label('cg_customer_group_id', __( 'lang_v1.customer_group_name' ) . ':') !!} {!! Form::select('cnt_customer_group_id', $customer_group, null, ['class' => 'form-control select2', 'style' => 'width:100%', 'id' => 'cnt_customer_group_id']); !!}
{!! Form::label('type', __( 'lang_v1.type' ) . ':') !!} {!! Form::select('contact_type', $types, null, ['class' => 'form-control select2', 'style' => 'width:100%', 'id' => 'contact_type']); !!}
@endcomponent
@component('components.widget', ['class' => 'box-primary'])
@lang('report.contact') @lang('report.total_purchase') @lang('lang_v1.total_purchase_return') @lang('report.total_sell') @lang('lang_v1.total_sell_return') @lang('lang_v1.opening_balance_due') @lang('report.total_due')   
@endcomponent
@endsection @section('javascript') @endsection