@extends('admin.layouts.main') @section('title') Employee - Payroll @endsection @section('content')
@include("admin.common.sidebar")
@include('payroll::employee_payroll.modules.store.common.form-step')

{{ @trans('payroll.personal_documents') }}

{{ @trans('payroll.company_documents') }}

@if (isset($edit) && $edit == true) @else @if(Session::get('panel') == 'payroll-admin') @else @endif
@csrf
@endif
@endsection @push('pageModals')