@extends('layouts.business.master') @section('title') {{ __('Payroll List') }} @endsection @section('main_content')

{{ __('Payroll List') }}

@usercan('payrolls.create') {{ __('Add new Payroll') }} @endusercan
@if(auth()->user()->accessToMultiBranch())
@endif

{{ __('items show') }}

@include('hrmaddon::payrolls.datas')
@endsection @push('modal') @include('hrmaddon::component.delete-modal') @include('hrmaddon::payrolls.create') @include('hrmaddon::payrolls.edit') @endpush