@extends('admin.layout.master') @section('content') @section('custom_style') @endsection @include('flash-message')
{{ __('obs.employee') }} {{ __('obs.salary') }}
@if (count($salary_info) > 0) {{-- @include('payroll.includes.printAndExcel') --}} @include('inventory.global.report_print_excel_button') @endif
@if (count($salary_info) > 0)
@csrf @if ($report_format->report == 1) @include('payroll.salary.report_layouts.layout1') @elseif($report_format->report == 2) @include('payroll.salary.report_layouts.layout2') @elseif($report_format->report == 3) @include('payroll.salary.report_layouts.layout3') @elseif($report_format->report == 4) @include('payroll.salary.report_layouts.layout4') @endif
{{-- @if (count($salary_info) > 0 && request()->get('emp_department')) --}}
{{-- @endif --}}
@endif
@endsection @section('script') @endsection