@extends('layouts.app') @section('content') @include('layouts.top-header', [ 'title' => __('Employee Commission'), 'class' => 'col-lg-7' ])
| {{__('Image')}} | {{__('Employee Name')}} | {{__('Year-Month')}} | {{__('Commission Amount')}} |
|---|---|---|---|
|
|
{{ $emp['employee']->name }} | {{ $emp['month'] }} | {{ $emp['commission'] }} | @endforeach