@php $layout = (isSeller() > 0) ? 'layouts.seller' : 'layouts.admin'; @endphp @extends($layout) @section('css') @endsection @section('content')
  • {!! Form::open(array('route' => $route , 'method' => 'GET','class'=>'filter_form mobile_filter col-md-12' , 'style' => 'padding-left: 0px;')) !!}
    {{--
    --}} {!! Form::label("date", __('report.date'), ['class' => 'first-column']) !!}
    {!! Form::hidden('from_date', isset($inputs['from_date'])?$inputs['from_date'] : '', ['id' => 'from_date']) !!} {!! Form::hidden('to_date', isset($inputs['to_date'])?$inputs['to_date'] : '', ['id' => 'to_date']) !!} {!! Form::hidden('filter',1) !!} {{--
    --}}
    @if( isSeller() < 1)
    {!! Form::label("devices", __('devices_login.store_name'), ['class' => 'first-column']) !!} {!! Form::select('store_ids[]',$store, (isset($inputs['store_ids'])?$inputs['store_ids']:''), ['class'=>'form-control select2 second-column','multiple'=>true]) !!}
    @endif {!! Form::close() !!}
    @if(isSeller() > 0) @endif
  • {{--@if(isSeller() >0)--}} {{--
  • --}} {{----}} {{--
  • --}} {{--@endif--}}
@include('layouts.partials.messages') @if(isset($inputs['filter']))
{!! __('salary.employee') !!}

{!! $data['employee'] !!}

{!! __('salary.fixed_salary') !!}

{!! $data['fixed_salary'] !!}

{!! __('salary.hourly_salary') !!}

{!! $data['hourly_salary'] !!}

{!! __('salary.total_hours') !!}

{!! $data['total_hours'] !!}

{!! __('salary.total_salary') !!}

{!! $data['total_salary'] !!}

@endif
@php $routePaginate = (isSeller() > 0) ? 'seller.salary.paginate' : 'salary.paginate'; @endphp
@if(isSeller() < 1) @endif
{{ __('common.sr-no') }}{{ __('kiosk_device.store_name') }}{{ __('salary.month_table') }} {{ __('salary.date') }} {{ __('salary.status') }} {{ __('salary.approved_by') }} {{ __('salary.approved_at') }} {{ __('common.action') }}
@endsection @section('script') @endsection