@extends('layouts.admin') @section('content') @if(Session::has('error_message'))
{{ Session::get('error_message')}}
@endif
Promoter Commission Reports
@if($errors->has('employee'))
{{ $errors->first('employee') }}
@endif
@if($errors->has('date_from'))
{{ $errors->first('date_from') }}
@endif
@if($errors->has('date_to'))
{{ $errors->first('date_to') }}
@endif
{{--
--}}
@if ($productRecords->isEmpty())

There is no any data currently.

@endif @if (isset($productRecords) && $productRecords->isNotEmpty())
@endif @endsection @section('scripts') @parent @endsection