@extends('layouts.master') @section('css') @endsection @section('title') {{ __('home.commissions') }} @stop @section('page-header') @endsection @section('content')

{{ __('home.commissions_report') }}


# {{ __('home.representative_name') }} {{ __('home.invoice_number') }} {{ __('home.commission_val') }} {{ __('home.status') }} {{ __('home.due_date') }}
@endsection @section('js') @endsection