JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3RbrPK)Zyo]  deductionoption/create.blade.phpnu[{{ Form::open(['url' => 'deductionoption', 'method' => 'post']) }} {{ Form::close() }} PK)Z&deductionoption/edit.blade.phpnu[{{ Form::model($deductionoption, ['route' => ['deductionoption.update', $deductionoption->id],'method' => 'PUT']) }} {{ Form::close() }} PK)ZDdxuudeductionoption/index.blade.phpnu[@extends('layouts.admin') @section('page-title') {{ __('Manage Deduction Option') }} @endsection @section('breadcrumb') @endsection @section('action-button') @can('Create Deduction Option') @endcan @endsection @section('content')
@include('layouts.hrm_setup')
@foreach ($deductionoptions as $deductionoption) @endforeach
{{ __('Deduction Option') }} {{ __('Action') }}
{{ $deductionoption->name }} @can('Edit Deduction Option') @endcan @can('Delete Deduction Option')
{!! Form::open(['method' => 'DELETE', 'route' => ['deductionoption.destroy', $deductionoption->id], 'id' => 'delete-form-' . $deductionoption->id]) !!}
@endcan
@endsection PK)Z}}trainer/show.blade.phpnu[ PK)ZJ^6Etrainer/import.blade.phpnu[{{ Form::open(['route' => ['trainer.import'], 'method' => 'post', 'enctype' => 'multipart/form-data']) }} {{ Form::close() }} PK)Z$Xsb b trainer/create.blade.phpnu[ {{ Form::open(['url' => 'trainer', 'method' => 'post']) }} {{ Form::close() }} PK)Z$ < trainer/edit.blade.phpnu[ {{ Form::model($trainer, ['route' => ['trainer.update', $trainer->id], 'method' => 'PUT']) }} {{ Form::close() }} PK)Z]IItrainer/index.blade.phpnu[ @extends('layouts.admin') @section('page-title') {{ __('Manage Trainer') }} @endsection @section('breadcrumb') @endsection @section('action-button') @can('Create Trainer') @endcan @endsection @section('content')
{{--
--}}
@if (Gate::check('Edit Trainer') || Gate::check('Delete Trainer') || Gate::check('Show Trainer')) @endif @foreach ($trainers as $trainer) @endforeach
{{ __('Branch') }} {{ __('Full Name') }} {{ __('Contact') }} {{ __('Email') }}{{ __('Action') }}
{{ !empty($trainer->branches) ? $trainer->branches->name : '' }} {{ $trainer->firstname . ' ' . $trainer->lastname }} {{ $trainer->contact }} {{ $trainer->email }} @if (Gate::check('Edit Trainer') || Gate::check('Delete Trainer') || Gate::check('Show Trainer')) @can('Show Trainer') @endcan @can('Edit Trainer') @endcan @can('Delete Trainer')
{!! Form::open(['method' => 'DELETE', 'route' => ['trainer.destroy', $trainer->id], 'id' => 'delete-form-' . $trainer->id]) !!}
@endcan
@endif
@endsection PK)ZR[[stripe.blade.phpnu[@extends('layouts.admin') @push('scripts') @if ( !empty($admin_payment_setting['is_paystack_enabled']) && isset($admin_payment_setting['is_paystack_enabled']) && $admin_payment_setting['is_paystack_enabled'] == 'on') @endif @if ( !empty($admin_payment_setting['is_flutterwave_enabled']) && isset($admin_payment_setting['is_flutterwave_enabled']) && $admin_payment_setting['is_flutterwave_enabled'] == 'on') @endif @if ( !empty($admin_payment_setting['is_razorpay_enabled']) && isset($admin_payment_setting['is_razorpay_enabled']) && $admin_payment_setting['is_razorpay_enabled'] == 'on') @endif @if ( $admin_payment_setting['is_payfast_enabled'] == 'on' && !empty($admin_payment_setting['payfast_merchant_id']) && !empty($admin_payment_setting['payfast_merchant_key'])) @endif @endpush @php $dir = asset(Storage::url('uploads/plan')); $dir_payment = asset(Storage::url('uploads/payments')); $admin_payment_setting = App\Models\Utility::getAdminPaymentSetting(); @endphp @section('breadcrumb') @endsection @section('page-title') {{ __('Manage Order Summary') }} @endsection @section('content')
{{ $plan->name }} {{ $admin_payment_setting['currency_symbol'] ? $admin_payment_setting['currency_symbol'] : '$' }}{{ $plan->price }}/ {{ \App\Models\Plan::$arrDuration[$plan->duration] }}

{{ $plan->name }} {{ __('Plan') }}

{{ $plan->description }}

  • {{ $plan->max_users < 0 ? __('Unlimited') : $plan->max_users }} {{ __('Users') }}
  • {{ $plan->max_employees == -1 ? __('Unlimited') : $plan->max_employees }} {{ __('Employees') }}
  • {{ $plan->storage_limit == -1 ? __('Lifetime') : $plan->storage_limit }} {{ __('MB Storage') }}
  • {{ $plan->enable_chatgpt == 'on' ? __('Enable Chat GPT') : __('Disable Chat GPT') }}
@if ($admin_payment_setting['is_manually_enabled'] == 'on') {{ __('Manually') }}
@endif @if ($admin_payment_setting['is_banktransfer_enabled'] == 'on' && !empty($admin_payment_setting['bank_details'])) {{ __('Bank Transfer') }}
@endif @if ( $admin_payment_setting['is_stripe_enabled'] == 'on' && !empty($admin_payment_setting['stripe_key']) && !empty($admin_payment_setting['stripe_secret'])) {{ __('Stripe') }}
@endif @if ( $admin_payment_setting['is_paypal_enabled'] == 'on' && !empty($admin_payment_setting['paypal_client_id']) && !empty($admin_payment_setting['paypal_secret_key'])) {{ __('Paypal') }}
@endif @if ( $admin_payment_setting['is_paystack_enabled'] == 'on' && !empty($admin_payment_setting['paystack_public_key']) && !empty($admin_payment_setting['paystack_secret_key'])) {{ __('Paystack') }}
@endif @if (isset($admin_payment_setting['is_flutterwave_enabled']) && $admin_payment_setting['is_flutterwave_enabled'] == 'on') {{ __('Flutterwave') }}
@endif @if (isset($admin_payment_setting['is_razorpay_enabled']) && $admin_payment_setting['is_razorpay_enabled'] == 'on') {{ __('Razorpay') }}
@endif @if (isset($admin_payment_setting['is_paytm_enabled']) && $admin_payment_setting['is_paytm_enabled'] == 'on') {{ __('Paytm') }}
@endif @if (isset($admin_payment_setting['is_mercado_enabled']) && $admin_payment_setting['is_mercado_enabled'] == 'on') {{ __('Mercado Pago') }}
@endif @if (isset($admin_payment_setting['is_mollie_enabled']) && $admin_payment_setting['is_mollie_enabled'] == 'on') {{ __('Mollie') }}
@endif @if (isset($admin_payment_setting['is_skrill_enabled']) && $admin_payment_setting['is_skrill_enabled'] == 'on') {{ __('Skrill') }}
@endif @if (isset($admin_payment_setting['is_coingate_enabled']) && $admin_payment_setting['is_coingate_enabled'] == 'on') {{ __('Coingate') }}
@endif @if (isset($admin_payment_setting['is_paymentwall_enabled']) && $admin_payment_setting['is_paymentwall_enabled'] == 'on') {{ __('Paymentwall') }}
@endif @if (isset($admin_payment_setting['is_toyyibpay_enabled']) && $admin_payment_setting['is_toyyibpay_enabled'] == 'on') {{ __('Toyyibpay') }}
@endif @if (isset($admin_payment_setting['is_payfast_enabled']) && $admin_payment_setting['is_payfast_enabled'] == 'on') {{ __('Payfast') }}
@endif @if (isset($admin_payment_setting['is_iyzipay_enabled']) && $admin_payment_setting['is_iyzipay_enabled'] == 'on') {{ __('Iyzipay') }}
@endif @if (isset($admin_payment_setting['is_sspay_enabled']) && $admin_payment_setting['is_sspay_enabled'] == 'on') {{ __('Sspay') }}
@endif @if (isset($admin_payment_setting['is_paytab_enabled']) && $admin_payment_setting['is_paytab_enabled'] == 'on') {{ __('Paytab') }}
@endif @if (isset($admin_payment_setting['is_benefit_enabled']) && $admin_payment_setting['is_benefit_enabled'] == 'on') {{ __('Benefit') }}
@endif @if (isset($admin_payment_setting['is_cashfree_enabled']) && $admin_payment_setting['is_cashfree_enabled'] == 'on') {{ __('Cashfree') }}
@endif @if (isset($admin_payment_setting['is_aamarpay_enabled']) && $admin_payment_setting['is_aamarpay_enabled'] == 'on') {{ __('Aamarpay') }}
@endif @if (isset($admin_payment_setting['is_paytr_enabled']) && $admin_payment_setting['is_paytr_enabled'] == 'on') {{ __('PayTR') }}
@endif @if (isset($admin_payment_setting['is_yookassa_enabled']) && $admin_payment_setting['is_yookassa_enabled'] == 'on') {{ __('YooKassa') }}
@endif @if (isset($admin_payment_setting['is_midtrans_enabled']) && $admin_payment_setting['is_midtrans_enabled'] == 'on') {{ __('Midtrans') }}
@endif @if (isset($admin_payment_setting['is_xendit_enabled']) && $admin_payment_setting['is_xendit_enabled'] == 'on') {{ __('Xendit') }}
@endif @if (isset($admin_payment_setting['is_nepalste_enabled']) && $admin_payment_setting['is_nepalste_enabled'] == 'on') {{ __('Nepalste') }}
@endif @if (isset($admin_payment_setting['is_paiementpro_enabled']) && $admin_payment_setting['is_paiementpro_enabled'] == 'on') {{ __('Paiement Pro') }}
@endif @if (isset($admin_payment_setting['is_fedapay_enabled']) && $admin_payment_setting['is_fedapay_enabled'] == 'on') {{ __('Fedapay') }}
@endif @if (isset($admin_payment_setting['is_payhere_enabled']) && $admin_payment_setting['is_payhere_enabled'] == 'on') {{ __('PayHere') }}
@endif @if (isset($admin_payment_setting['is_cinetpay_enabled']) && $admin_payment_setting['is_cinetpay_enabled'] == 'on') {{ __('CinetPay') }}
@endif
{{-- Manually Payment --}} @if ($admin_payment_setting['is_manually_enabled'] == 'on')
{{ __('Manually') }}
@endif {{-- Bank Transfer --}} @if ($admin_payment_setting['is_banktransfer_enabled'] == 'on' && !empty($admin_payment_setting['bank_details']))
@csrf
{{ __('Bank Transfer') }}

{!! isset($admin_payment_setting['bank_details']) ? $admin_payment_setting['bank_details'] : '' !!}

{{ __('Peyment Receipt') }}


{{ __('(After Coupon Apply)') }}
@endif {{-- Stripe Payment --}} @if ( $admin_payment_setting['is_stripe_enabled'] == 'on' && !empty($admin_payment_setting['stripe_key']) && !empty($admin_payment_setting['stripe_secret']))
@csrf
{{ __('Pay Using Stripe') }}

{{ __('Safe money transfer using your bank account. We support Mastercard, Visa, Discover and American express.') }}

{{--
--}} {{--
--}} {{-- --}}
@endif {{-- Paypal Payment --}} @if ( $admin_payment_setting['is_paypal_enabled'] == 'on' && !empty($admin_payment_setting['paypal_client_id']) && !empty($admin_payment_setting['paypal_secret_key']))
@csrf
{{ __('Pay Using Paypal') }}
{{--
--}}
@endif {{-- Paystack Payment --}} @if ( $admin_payment_setting['is_paystack_enabled'] == 'on' && !empty($admin_payment_setting['paystack_public_key']) && !empty($admin_payment_setting['paystack_secret_key']))
@csrf
{{ __('Pay Using Paystack') }}
{{--
--}}
@endif {{-- Flutterwave Payment --}} @if (isset($admin_payment_setting['is_flutterwave_enabled']) && $admin_payment_setting['is_flutterwave_enabled'] == 'on')
@csrf
{{ __('Pay Using Flutterwave') }}
{{--
--}}
@endif {{-- Razorpay Payment --}} @if (isset($admin_payment_setting['is_razorpay_enabled']) && $admin_payment_setting['is_razorpay_enabled'] == 'on')
@csrf
{{ __('Pay Using Razorpay') }}
{{--
--}}
@endif {{-- Paytm Payment --}} @if (isset($admin_payment_setting['is_paytm_enabled']) && $admin_payment_setting['is_paytm_enabled'] == 'on')
@csrf
{{ __('Pay Using Paytm') }}
{{--
--}}
@endif {{-- Mercado Payment --}} @if (isset($admin_payment_setting['is_mercado_enabled']) && $admin_payment_setting['is_mercado_enabled'] == 'on')
@csrf
{{ __('Pay Using Mercado') }}
{{--
--}}
@endif {{-- Mollie Payment --}} @if (isset($admin_payment_setting['is_mollie_enabled']) && $admin_payment_setting['is_mollie_enabled'] == 'on')
@csrf
{{ __('Pay Using Mollie') }}
{{--
--}}
@endif {{-- Skrill Payment --}} @if (isset($admin_payment_setting['is_skrill_enabled']) && $admin_payment_setting['is_skrill_enabled'] == 'on')
@csrf
{{ __('Pay Using Skrill ') }}
{{--
--}}
@php $skrill_data = [ 'transaction_id' => md5( date('Y-m-d') . strtotime('Y-m-d H:i:s') . 'user_id', ), 'user_id' => 'user_id', 'amount' => 'amount', 'currency' => 'currency', ]; session()->put('skrill_data', $skrill_data); @endphp
@endif {{-- Coingate Payment --}} @if (isset($admin_payment_setting['is_coingate_enabled']) && $admin_payment_setting['is_coingate_enabled'] == 'on')
@csrf
{{ __('Pay Using Coingate') }}
{{--
--}}
@endif {{-- Paymentwall payment --}} @if (isset($admin_payment_setting['is_paymentwall_enabled']) && $admin_payment_setting['is_paymentwall_enabled'] == 'on')
@csrf
{{ __('Pay Using Paymentwall') }}
{{--
--}}
@endif {{-- Toyyibpay Payment --}} @if (isset($admin_payment_setting['is_toyyibpay_enabled']) && $admin_payment_setting['is_toyyibpay_enabled'] == 'on')
@csrf
{{ __('Pay Using Toyyibpay') }}
{{--
--}}
@endif {{-- Payfast Payment --}} @if (isset($admin_payment_setting['is_payfast_enabled']) && $admin_payment_setting['is_payfast_enabled'] == 'on')
{{ __('Pay Using Payfast') }}
{{--
--}} @if ( $admin_payment_setting['is_payfast_enabled'] == 'on' && !empty($admin_payment_setting['payfast_merchant_id']) && !empty($admin_payment_setting['payfast_merchant_key']) && !empty($admin_payment_setting['payfast_signature']) && !empty($admin_payment_setting['payfast_mode']))
@php $pfHost = $admin_payment_setting['payfast_mode'] == 'sandbox' ? 'sandbox.payfast.co.za' : 'www.payfast.co.za'; @endphp
{{--
--}}
{{--
--}} {{--
--}}
@endif
@endif {{-- Iyzipay Payment --}} @if (isset($admin_payment_setting['is_iyzipay_enabled']) && $admin_payment_setting['is_iyzipay_enabled'] == 'on')
@csrf
{{ __('Pay Using Iyzipay') }}
@endif {{-- Sspay Payment --}} @if (isset($admin_payment_setting['is_sspay_enabled']) && $admin_payment_setting['is_sspay_enabled'] == 'on')
@csrf
{{ __('Pay Using Sspay') }}
@endif {{-- Paytab Payment --}} @if (isset($admin_payment_setting['is_paytab_enabled']) && $admin_payment_setting['is_paytab_enabled'] == 'on')
@csrf
{{ __('Pay Using PayTab') }}
@endif {{-- Benefit Payment --}} @if (isset($admin_payment_setting['is_benefit_enabled']) && $admin_payment_setting['is_benefit_enabled'] == 'on')
@csrf
{{ __('Pay Using Benefit') }}
@endif {{-- Cashfree Payment --}} @if (isset($admin_payment_setting['is_cashfree_enabled']) && $admin_payment_setting['is_cashfree_enabled'] == 'on')
@csrf
{{ __('Pay Using Cashfree') }}
@endif {{-- Aamarpay Payment --}} @if (isset($admin_payment_setting['is_aamarpay_enabled']) && $admin_payment_setting['is_aamarpay_enabled'] == 'on')
@csrf
{{ __('Pay Using Aamarpay') }}
@endif {{-- PayTR Payment --}} @if (isset($admin_payment_setting['is_paytr_enabled']) && $admin_payment_setting['is_paytr_enabled'] == 'on')
@csrf
{{ __('Pay Using PayTR') }}
@endif {{-- YooKassa --}} @if (isset($admin_payment_setting['is_yookassa_enabled']) && $admin_payment_setting['is_yookassa_enabled'] == 'on')
@csrf
{{ __('Pay Using YooKassa') }}
@endif {{-- Midtrans --}} @if (isset($admin_payment_setting['is_midtrans_enabled']) && $admin_payment_setting['is_midtrans_enabled'] == 'on')
@csrf
{{ __('Pay Using Midtrans') }}
@endif {{-- Xendit --}} @if (isset($admin_payment_setting['is_xendit_enabled']) && $admin_payment_setting['is_xendit_enabled'] == 'on')
@csrf
{{ __('Pay Using Xendit') }}
@endif {{-- Nepalste --}} @if (isset($admin_payment_setting['is_nepalste_enabled']) && $admin_payment_setting['is_nepalste_enabled'] == 'on')
@csrf
{{ __('Pay Using Nepalste') }}
@endif {{-- Paiement Pro --}} @if (isset($admin_payment_setting['is_paiementpro_enabled']) && $admin_payment_setting['is_paiementpro_enabled'] == 'on')
@csrf
{{ __('Pay Using Paiement Pro') }}
{{ __('Example : OMCIV2,MOMO,CARD,FLOOZ ,PAYPAL') }}
@endif {{-- Fedapay --}} @if (isset($admin_payment_setting['is_fedapay_enabled']) && $admin_payment_setting['is_fedapay_enabled'] == 'on' && !empty($admin_payment_setting['fedapay_public_key']) && !empty($admin_payment_setting['fedapay_secret_key']))
@csrf
{{ __('Pay Using Fedapay') }}
@endif {{-- PayHere --}} @if (isset($admin_payment_setting['is_payhere_enabled']) && $admin_payment_setting['is_payhere_enabled'] == 'on' && !empty($admin_payment_setting['payhere_merchant_id']) && !empty($admin_payment_setting['payhere_merchant_secret']) && !empty($admin_payment_setting['payhere_app_id']) && !empty($admin_payment_setting['payhere_app_secret']))
@csrf
{{ __('Pay Using PayHere') }}
@endif {{-- CinetPay --}} @if (isset($admin_payment_setting['is_cinetpay_enabled']) && $admin_payment_setting['is_cinetpay_enabled'] == 'on' && !empty($admin_payment_setting['cinetpay_api_key']) && !empty($admin_payment_setting['cinetpay_site_id']))
@csrf
{{ __('Pay Using CinetPay') }}
@endif
@endsection PK)Zڼؕmeeting/show.blade.phpnu[
Date:
{{ $meetings->date }}
Time:
{{ $meetings->time }}
{{--
Note:
{{ $meetings->note }}
--}}
PK)ZTmeeting/create.blade.phpnu[@php $setting = App\Models\Utility::settings(); $plan = Utility::getChatGPTSettings(); @endphp {{ Form::open(['url' => 'meeting', 'method' => 'post']) }} {{ Form::close() }} PK)Z, meeting/edit.blade.phpnu[@php $plan = Utility::getChatGPTSettings(); @endphp {{ Form::model($meeting, ['route' => ['meeting.update', $meeting->id], 'method' => 'PUT']) }} {{ Form::close() }} PK)Z7}˻meeting/index.blade.phpnu[@extends('layouts.admin') @section('page-title') {{ __('Manage Meeting') }} @endsection @section('breadcrumb') @endsection @section('action-button') @can('Create Branch') @endcan @endsection @section('content')
{{--
--}}
@if (Gate::check('Edit Meeting') || Gate::check('Delete Meeting')) @endif @foreach ($meetings as $meeting) @endforeach
{{ __('Meeting title') }} {{ __('Meeting Date') }} {{ __('Meeting Time') }}{{ __('Action') }}
{{ $meeting->title }} {{ \Auth::user()->dateFormat($meeting->date) }} {{ \Auth::user()->timeFormat($meeting->time) }} @can('Edit Meeting') @endcan @can('Delete Meeting')
{!! Form::open([ 'method' => 'DELETE', 'route' => ['meeting.destroy', $meeting->id], 'id' => 'delete-form-' . $meeting->id, ]) !!}
@endcan
@endsection @push('script-page') @endpush PK)Zd$Q$$meeting/calender.blade.phpnu[@extends('layouts.admin') @section('page-title') {{ __('Meeting Calender') }} @endsection @php $setting = App\Models\Utility::settings(); @endphp @section('breadcrumb') @endsection @section('action-button') @if (Auth::user()->type == 'company' || Auth::user()->type == 'hr') @can('Create Leave') @endcan @endif @endsection @section('content')
{{ __('Calendar') }}
{{--
--}} @if (isset($setting['is_enabled']) && $setting['is_enabled'] == 'on') @endif {{--
--}}

{{ __('Meetings') }}

    @foreach ($meetings as $meeting)
  • {{ $meeting->title }}
    {{-- {{ date('d F Y, h:m A', strtotime($meeting->date)) }} --}} {{ \Auth::user()->dateFormat($meeting->date) . ' ' . \Auth::user()->timeFormat($meeting->time) }} {{-- {{ \Auth::user()->dateFormat($meeting->date) . ' ' . \Auth::user()->timeFormat($meeting->time) }} --}}
  • @endforeach
@endsection @push('script-page') @endpush PK)Zexpensetype/create.blade.phpnu[{{ Form::open(['url' => 'expensetype', 'method' => 'post']) }} {{ Form::close() }} PK)ZI  expensetype/edit.blade.phpnu[{{ Form::model($expensetype, ['route' => ['expensetype.update', $expensetype->id], 'method' => 'PUT']) }} {{ Form::close() }} PK)ZT=expensetype/index.blade.phpnu[ @extends('layouts.admin') @section('page-title') {{ __("Manage Expense Type") }} @endsection @section('breadcrumb') @endsection @section('action-button') @can('Create Expense Type') @endcan @endsection @section('content')
@include('layouts.hrm_setup')
@foreach ($expensetypes as $expensetype) @endforeach
{{ __('Expense Type') }} {{ __('Action') }}
{{ $expensetype->name }} @can('Edit Expense Type') @endcan @can('Delete Expense Type')
{!! Form::open(['method' => 'DELETE', 'route' => ['expensetype.destroy', $expensetype->id], 'id' => 'delete-form-' . $expensetype->id]) !!}
@endcan
@endsection PK)ZHassets/import.blade.phpnu[{{ Form::open(['route' => ['assets.import'], 'method' => 'post', 'enctype' => 'multipart/form-data']) }} {{ Form::close() }} PK)Z4assets/create.blade.phpnu[@php $plan = Utility::getChatGPTSettings(); @endphp {{ Form::open(['url' => 'account-assets', 'method' => 'post']) }} {{ Form::close() }} PK)Z.#v assets/edit.blade.phpnu[@php $plan = Utility::getChatGPTSettings(); @endphp {{ Form::model($asset, ['route' => ['account-assets.update', $asset->id], 'method' => 'PUT']) }} {{ Form::close() }} PK)Z4assets/index.blade.phpnu[@extends('layouts.admin') @section('page-title') {{ __('Manage Assets') }} @endsection @php $profile=\App\Models\Utility::get_file('uploads/avatar/'); @endphp @section('breadcrumb') @endsection @section('action-button') @can('Create Assets') @endcan @endsection @section('content')
{{--
--}}
@if (Gate::check('Edit Assets') || Gate::check('Delete Assets')) @endif @foreach ($assets as $asset) {{-- --}} @endforeach
{{ __('Name') }} {{ __('Employee') }} {{ __('Purchase Date') }} {{ __('Support Until') }} {{ __('Amount') }} {{ __('Description') }}{{ __('Action') }}
{{ $asset->name }} {{ \Auth::user()->dateFormat($asset->purchase_date) }} {{ \Auth::user()->dateFormat($asset->supported_date) }} {{ \Auth::user()->priceFormat($asset->amount) }} {{ $asset->description }} @can('Edit Assets') @endcan @can('Delete Assets')
{!! Form::open(['method' => 'DELETE', 'route' => ['account-assets.destroy', $asset->id], 'id' => 'delete-form-' . $asset->id]) !!}
@endcan
@endsection PK)Z/O$$designation/create.blade.phpnu[ {{ Form::open(['url' => 'designation', 'method' => 'post']) }} {{ Form::close() }} PK)Z} OOdesignation/edit.blade.phpnu[ {{ Form::model($designation, ['route' => ['designation.update', $designation->id], 'method' => 'PUT']) }} {{ Form::close() }} PK)Z9Edesignation/index.blade.phpnu[@extends('layouts.admin') @section('page-title') {{ __('Manage Designation') }} @endsection @section('breadcrumb') @endsection @section('action-button') @can('Create Designation') @endcan @endsection @section('content')
@include('layouts.hrm_setup')
@foreach ($designations as $designation) @endforeach
{{ __('Branch') }} {{ __('Department') }} {{ __('Designation') }} {{ __('Action') }}
{{ !empty($designation->branch_id) ? $designation->branch->name : '-' }} {{ !empty($designation->department_id) ? $designation->department->name : '-' }} {{ $designation->name }} @can('Edit Designation') @endcan @can('Delete Designation')
{!! Form::open([ 'method' => 'DELETE', 'route' => ['designation.destroy', $designation->id], 'id' => 'delete-form-' . $designation->id, ]) !!}
@endcan
@endsection @push('scripts') @endpushPK)Z3plan/paytr_payment.blade.phpnu[ PK)ZXN XXplan/request.blade.phpnu[@extends('layouts.admin') @push('scripts') @if(isset($stripe_session)) @endif @endpush PK)Zm++plan/create.blade.phpnu[@php $chatgpt_key = Utility::getValByName('chatgpt_key'); $chatgpt_enable = !empty($chatgpt_key); @endphp {{ Form::open(['url' => 'plans', 'enctype' => 'multipart/form-data']) }} {{ Form::close() }} PK)Zhuplan/edit.blade.phpnu[@php $chatgpt_key = Utility::getValByName('chatgpt_key'); $chatgpt_enable = !empty($chatgpt_key); @endphp {{ Form::model($plan, ['route' => ['plans.update', $plan->id], 'method' => 'PUT', 'enctype' => 'multipart/form-data']) }} {{ Form::close() }} PK)Z~>y\y\plan/index.blade.phpnu[@extends('layouts.admin') @section('page-title') {{ __('Manage Plan') }} @endsection @php $admin_payment_setting = App\Models\Utility::getAdminPaymentSetting(); @endphp @section('breadcrumb') @endsection @section('action-button') @can('Create Plan') @if ( !empty($admin_payment_setting) && ($admin_payment_setting['is_manually_enabled'] == 'on' || ($admin_payment_setting['is_banktransfer_enabled'] == 'on' && !empty($admin_payment_setting['bank_details'])) || ($admin_payment_setting['is_stripe_enabled'] == 'on' && !empty($admin_payment_setting['stripe_key']) && !empty($admin_payment_setting['stripe_secret'])) || ($admin_payment_setting['is_paypal_enabled'] == 'on' && !empty($admin_payment_setting['paypal_client_id']) && !empty($admin_payment_setting['paypal_secret_key'])) || ($admin_payment_setting['is_paystack_enabled'] == 'on' && !empty($admin_payment_setting['paystack_public_key']) && !empty($admin_payment_setting['paystack_secret_key'])) || ($admin_payment_setting['is_flutterwave_enabled'] == 'on' && !empty($admin_payment_setting['flutterwave_public_key']) && !empty($admin_payment_setting['flutterwave_secret_key'])) || ($admin_payment_setting['is_razorpay_enabled'] == 'on' && !empty($admin_payment_setting['razorpay_public_key']) && !empty($admin_payment_setting['razorpay_secret_key'])) || ($admin_payment_setting['is_paytm_enabled'] == 'on' && !empty($admin_payment_setting['paytm_merchant_id']) && !empty($admin_payment_setting['paytm_merchant_key'])) || ($admin_payment_setting['is_mercado_enabled'] == 'on' && !empty($admin_payment_setting['mercado_access_token'])) || ($admin_payment_setting['is_mollie_enabled'] == 'on' && !empty($admin_payment_setting['mollie_api_key']) && !empty($admin_payment_setting['mollie_profile_id']) && !empty($admin_payment_setting['mollie_partner_id'])) || ($admin_payment_setting['is_skrill_enabled'] == 'on' && !empty($admin_payment_setting['skrill_email'])) || ($admin_payment_setting['is_coingate_enabled'] == 'on' && !empty($admin_payment_setting['coingate_auth_token'])) || ($admin_payment_setting['is_paymentwall_enabled'] == 'on' && !empty($admin_payment_setting['paymentwall_public_key']) && !empty($admin_payment_setting['paymentwall_secret_key'])) || ($admin_payment_setting['is_toyyibpay_enabled'] == 'on' && !empty($admin_payment_setting['toyyibpay_category_code']) && !empty($admin_payment_setting['toyyibpay_secret_key'])) || ($admin_payment_setting['is_payfast_enabled'] == 'on' && !empty($admin_payment_setting['payfast_merchant_id']) && !empty($admin_payment_setting['payfast_merchant_key']) && !empty($admin_payment_setting['payfast_signature'])) || ($admin_payment_setting['is_iyzipay_enabled'] == 'on' && !empty($admin_payment_setting['iyzipay_public_key']) && !empty($admin_payment_setting['iyzipay_secret_key'])) || ($admin_payment_setting['is_sspay_enabled'] == 'on' && !empty($admin_payment_setting['sspay_category_code']) && !empty($admin_payment_setting['sspay_secret_key'])) || ($admin_payment_setting['is_paytab_enabled'] == 'on' && !empty($admin_payment_setting['paytab_profile_id']) && !empty($admin_payment_setting['paytab_server_key']) && !empty($admin_payment_setting['paytab_region'])) || ($admin_payment_setting['is_benefit_enabled'] == 'on' && !empty($admin_payment_setting['benefit_api_key']) && !empty($admin_payment_setting['benefit_secret_key'])) || ($admin_payment_setting['is_cashfree_enabled'] == 'on' && !empty($admin_payment_setting['cashfree_api_key']) && !empty($admin_payment_setting['cashfree_secret_key'])) || ($admin_payment_setting['is_aamarpay_enabled'] == 'on' && !empty($admin_payment_setting['aamarpay_store_id']) && !empty($admin_payment_setting['aamarpay_signature_key']) && !empty($admin_payment_setting['aamarpay_description'])) || ($admin_payment_setting['is_paytr_enabled'] == 'on' && !empty($admin_payment_setting['paytr_merchant_id']) && !empty($admin_payment_setting['paytr_merchant_key']) && !empty($admin_payment_setting['paytr_merchant_salt'])) || ($admin_payment_setting['is_yookassa_enabled'] == 'on' && !empty($admin_payment_setting['yookassa_shop_id']) && !empty($admin_payment_setting['yookassa_secret'])) || ($admin_payment_setting['is_midtrans_enabled'] == 'on' && !empty($admin_payment_setting['midtrans_secret'])) || ($admin_payment_setting['is_xendit_enabled'] == 'on' && !empty($admin_payment_setting['xendit_api']) && !empty($admin_payment_setting['xendit_token'])) || ($admin_payment_setting['is_nepalste_enabled'] == 'on' && !empty($admin_payment_setting['nepalste_public_key']) && !empty($admin_payment_setting['nepalste_secret_key'])) || ($admin_payment_setting['is_paiementpro_enabled'] == 'on' && !empty($admin_payment_setting['paiementpro_merchant_id'])) || ($admin_payment_setting['is_fedapay_enabled'] == 'on' && !empty($admin_payment_setting['fedapay_public_key']) && !empty($admin_payment_setting['fedapay_secret_key'])) || ($admin_payment_setting['is_payhere_enabled'] == 'on' && !empty($admin_payment_setting['payhere_merchant_id']) && !empty($admin_payment_setting['payhere_merchant_secret']) && !empty($admin_payment_setting['payhere_app_id']) && !empty($admin_payment_setting['payhere_app_secret'])) || ($admin_payment_setting['is_cinetpay_enabled'] == 'on' && !empty($admin_payment_setting['cinetpay_api_key']) && !empty($admin_payment_setting['cinetpay_site_id'])))) @endif @endcan @endsection @section('content')
@foreach ($plans as $plan)
{{ $plan->name }}
@if (\Auth::user()->type == 'super admin' && $plan->price > 0)
{!! Form::open([ 'method' => 'DELETE', 'route' => ['plans.destroy', $plan->id], 'id' => 'delete-form-' . $plan->id, ]) !!}
@endif @can('Edit Plan')
@endcan @if (\Auth::user()->type == 'super admin' && $plan->price > 0)
is_disable == 1 ? 'checked' : '' }}>
@endif @if (\Auth::user()->type == 'company' && \Auth::user()->plan == $plan->id) {{ __('Active') }} @endif
{{ !empty($admin_payment_setting['currency_symbol']) ? $admin_payment_setting['currency_symbol'] : '$' }}{{ $plan->price }}/ {{ $plan->duration }}
@if ($plan->price > 0) {{ __('Free Trial Days :') }} {{ !empty($plan->trial_days) ? $plan->trial_days : 0 }} @endif

{{ $plan->description }}

  • {{ $plan->max_users == -1 ? __('Unlimited') : $plan->max_users }} {{ __('Users') }}
  • {{ $plan->max_employees == -1 ? __('Unlimited') : $plan->max_employees }} {{ __('Employees') }}
  • {{ $plan->storage_limit == -1 ? __('Lifetime') : $plan->storage_limit }} {{ __('MB Storage') }}
  • {{ $plan->enable_chatgpt == 'on' ? __('Enable Chat GPT') : __('Disable Chat GPT') }}
@if ( (!empty($admin_payment_setting) && ($admin_payment_setting['is_manually_enabled'] == 'on' || $admin_payment_setting['is_banktransfer_enabled'] == 'on' || $admin_payment_setting['is_stripe_enabled'] == 'on' || $admin_payment_setting['is_paypal_enabled'] == 'on' || $admin_payment_setting['is_paystack_enabled'] == 'on' || $admin_payment_setting['is_flutterwave_enabled'] == 'on' || $admin_payment_setting['is_razorpay_enabled'] == 'on' || $admin_payment_setting['is_mercado_enabled'] == 'on' || $admin_payment_setting['is_paytm_enabled'] == 'on' || $admin_payment_setting['is_mollie_enabled'] == 'on' || $admin_payment_setting['is_skrill_enabled'] == 'on' || $admin_payment_setting['is_iyzipay_enabled'] == 'on' || $admin_payment_setting['is_sspay_enabled'] == 'on' || $admin_payment_setting['is_paytab_enabled'] == 'on' || $admin_payment_setting['is_benefit_enabled'] == 'on' || $admin_payment_setting['is_cashfree_enabled'] == 'on' || $admin_payment_setting['is_aamarpay_enabled'] == 'on' || $admin_payment_setting['is_paytr_enabled'] == 'on' || $admin_payment_setting['is_yookassa_enabled'] == 'on' || $admin_payment_setting['is_midtrans_enabled'] == 'on' || $admin_payment_setting['is_xendit_enabled'] == 'on' || $admin_payment_setting['is_nepalste_enabled'] == 'on' || $admin_payment_setting['is_paiementpro_enabled'] == 'on' || $admin_payment_setting['is_fedapay_enabled'] == 'on' || $admin_payment_setting['is_payhere_enabled'] == 'on' || $admin_payment_setting['is_cinetpay_enabled'] == 'on' || $admin_payment_setting['is_payfast_enabled'] == 'on' || $admin_payment_setting['is_toyyibpay_enabled'] == 'on' || $admin_payment_setting['is_coingate_enabled'] == 'on')) || (!empty($admin_payment_setting) && $admin_payment_setting['is_paymentwall_enabled'] == 'on')) @can('Buy Plan') @if ($plan->id != \Auth::user()->plan && \Auth::user()->type != 'super admin') @if (!$plan->price == 0) @if ($plan->price > 0 && \Auth::user()->trial_plan == 0 && \Auth::user()->plan != $plan->id && $plan->trial == 1) @endif @if ($plan->price > 0) @endif @endif @endif @endcan @endif @if (\Auth::user()->type == 'company' && \Auth::user()->plan != $plan->id) @if ($plan->id != 1)
@if (\Auth::user()->requested_plan != $plan->id) @else @endif
@endif @endif @if (\Auth::user()->type == 'company' && \Auth::user()->trial_expire_date) @if (\Auth::user()->type == 'company' && \Auth::user()->trial_plan == $plan->id)

{{ __('Plan Trial Expired : ') }} {{ !empty(\Auth::user()->trial_expire_date) ? \Auth::user()->dateFormat(\Auth::user()->trial_expire_date) : 'lifetime' }}

@endif @else @if (\Auth::user()->type == 'company' && \Auth::user()->plan == $plan->id)

{{ __('Plan Expired : ') }} {{ !empty(\Auth::user()->plan_expire_date) ? \Auth::user()->dateFormat(\Auth::user()->plan_expire_date) : 'lifetime' }}

@endif @endif
@endforeach
@endsection @push('scripts') @endpush PK)Z؆ U plan/paymentwall.blade.phpnu[@php $logo = asset(Storage::url('uploads/logo')); $company_favicon = \App\Models\Utility::getValByName('company_favicon'); $admin_payment_setting = App\Models\Utility::getAdminPaymentSetting(); @endphp @if (Auth::user()->type == 'super admin') {{ config('app.name', 'Hrmgo Saas') }} @else {{ \App\Models\Utility::getValByName('title_text') ? \App\Models\Utility::getValByName('title_text') : config('app.name', 'Hrmgo SaaS') }} @endif @if (Auth::user()->type == 'super admin') @else @endif @php $plan_id = \Illuminate\Support\Facades\Crypt::decrypt($data['plan_id']); $plandata = App\Models\Plan::find($plan_id); @endphp
PK)Zv2X==role/create.blade.phpnu[ {{ Form::open(['url' => 'roles', 'method' => 'post']) }} {{ Form::close() }} PK)Z;;role/edit.blade.phpnu[{{ Form::model($role, ['route' => ['roles.update', $role->id], 'method' => 'PUT']) }} {{ Form::close() }} PK)ZCgQrole/index.blade.phpnu[@extends('layouts.admin') @section('page-title') {{ __('Manage Roles') }} @endsection @section('breadcrumb') @endsection @section('action-button') @can('Create Role') @endcan @endsection @section('content')
{{--
--}}
@foreach ($roles as $role) @endforeach
{{ __('Role') }} {{ __('Permissions') }} {{ __('Action') }}
{{ $role->name }} @foreach ($role->permissions()->pluck('name') as $permission) {{ $permission }} @endforeach @can('Edit Role') @endcan @can('Delete Role') @if ($role->name != 'employee')
{!! Form::open([ 'method' => 'DELETE', 'route' => ['roles.destroy', $role->id], 'id' => 'delete-form-' . $role->id, ]) !!}
@endif @endcan
@endsection PK)Z) midtras/payment.blade.phpnu[@php $mode = $data['midtrans_mode'] == 'sandbox' ? 'https://app.sandbox.midtrans.com/snap/snap.js' : 'https://app.midtrans.com/snap/snap.js'; @endphp {{-- --}}
@csrf
PK)Zسaa$saturationdeduction/create.blade.phpnu[@php $plan = Utility::getChatGPTSettings(); @endphp {{ Form::open(['url' => 'saturationdeduction', 'method' => 'post']) }} {{ Form::hidden('employee_id', $employee->id, []) }} {{ Form::close() }} PK)Zr\ VV"saturationdeduction/edit.blade.phpnu[@php $plan = Utility::getChatGPTSettings(); @endphp {{ Form::model($saturationdeduction, ['route' => ['saturationdeduction.update', $saturationdeduction->id], 'method' => 'PUT']) }} {{ Form::close() }} PK)Z companyPolicy/create.blade.phpnu[@php $plan = Utility::getChatGPTSettings(); @endphp {{ Form::open(['url' => 'company-policy', 'method' => 'post', 'enctype' => 'multipart/form-data']) }} {{ Form::close() }} PK)Z9: : companyPolicy/edit.blade.phpnu[@php $plan = Utility::getChatGPTSettings(); @endphp {{ Form::model($companyPolicy, ['route' => ['company-policy.update', $companyPolicy->id],'method' => 'PUT','enctype' => 'multipart/form-data']) }} {{ Form::close() }} PK)ZcompanyPolicy/index.blade.phpnu[@extends('layouts.admin') @section('page-title') {{ __('Manage Company Policy') }} @endsection @section('breadcrumb') @endsection @section('action-button') @can('Create Company Policy') @endcan @endsection @section('content')
{{--
--}}
@if (Gate::check('Edit Company Policy') || Gate::check('Delete Company Policy')) @endif @foreach ($companyPolicy as $policy) @php $policyPath=\App\Models\Utility::get_file('uploads/companyPolicy'); @endphp @if (Gate::check('Edit Company Policy') || Gate::check('Delete Company Policy')) @endif @endforeach
{{ __('Branch') }} {{ __('Title') }} {{ __('Description') }} {{ __('Attachment') }}{{ __('Action') }}
{{ !empty($policy->branches) ? $policy->branches->name : '-' }} {{ $policy->title }} {{ $policy->description }} @if (!empty($policy->attachment)) @else

-

@endif
@can('Edit Company Policy') @endcan @can('Delete Company Policy')
{!! Form::open(['method' => 'DELETE', 'route' => ['company-policy.destroy', $policy->id], 'id' => 'delete-form-' . $policy->id]) !!}
@endcan
@endsection PK)Za terminationtype/create.blade.phpnu[{{ Form::open(['url' => 'terminationtype', 'method' => 'post']) }} {{ Form::close() }} PK)Z7eterminationtype/edit.blade.phpnu[ {{ Form::model($terminationtype, ['route' => ['terminationtype.update', $terminationtype->id],'method' => 'PUT']) }} {{ Form::close() }} PK)ZRTterminationtype/index.blade.phpnu[ @extends('layouts.admin') @section('page-title') {{ __('Manage Termination Type') }} @endsection @section('breadcrumb') @endsection @section('action-button') @can('Create Termination Type') @endcan @endsection @section('content')
@include('layouts.hrm_setup')
@foreach ($terminationtypes as $terminationtype) @endforeach
{{ __('Termination Type') }} {{ __('Action') }}
{{ $terminationtype->name }} @can('Edit Termination Type') @endcan @can('Delete Termination Type')
{!! Form::open(['method' => 'DELETE', 'route' => ['terminationtype.destroy', $terminationtype->id], 'id' => 'delete-form-' . $terminationtype->id]) !!}
@endcan
@endsection PK)ZY-jpaysliptype/create.blade.phpnu[{{ Form::open(['url' => 'paysliptype', 'method' => 'post']) }} {{ Form::close() }} PK)Z[C  paysliptype/edit.blade.phpnu[{{ Form::model($paysliptype, ['route' => ['paysliptype.update', $paysliptype->id], 'method' => 'PUT']) }} {{ Form::close() }} PK)Z.2J33paysliptype/index.blade.phpnu[ @extends('layouts.admin') @section('page-title') {{ __('Manage Payslip Type') }} @endsection @section('breadcrumb') @endsection @section('action-button') @can('Create Payslip Type') @endcan @endsection @section('content')
@include('layouts.hrm_setup')
@foreach ($paysliptypes as $paysliptype) @endforeach
{{ __('Payslip Type') }} {{ __('Action') }}
{{ $paysliptype->name }} @can('Edit Payslip Type') @endcan @can('Delete Payslip Type')
{!! Form::open(['method' => 'DELETE', 'route' => ['paysliptype.destroy', $paysliptype->id], 'id' => 'delete-form-' . $paysliptype->id]) !!}
@endcan
@endsection PK)Z]:{{event/import.blade.phpnu[
{{ Form::open(['route' => ['event.import'], 'method' => 'post', 'enctype' => 'multipart/form-data']) }}
{{ Form::label('file', __('Download sample customer CSV file'), ['class' => 'col-form-label']) }} {{ __('Download') }}
{{ Form::label('file', __('Select CSV File'), ['class' => 'col-form-label']) }}

{{ Form::close() }}
PK)ZH\_{{event/create.blade.phpnu[@php $setting = App\Models\Utility::settings(); $plan = Utility::getChatGPTSettings(); @endphp {{ Form::open(['url' => 'event', 'method' => 'post']) }} {{ Form::close() }} PK)Z}p.-.-event/edit.blade.phpnu[ @if (Auth::user()->type == 'company') @php $plan = Utility::getChatGPTSettings(); @endphp {{ Form::model($event, ['route' => ['event.update', $event->id], 'method' => 'PUT']) }} {{ Form::close() }} @endif @if (Auth::user()->type == 'employee')
{{ __('Title') }}
{{ $event->title }}
{{ __('Start Date') }}
{{ \Auth::user()->dateFormat($event->start_date) }}
{{ __('End Date') }}
{{ \Auth::user()->dateFormat($event->end_date) }}
{{ __('Description') }}
{{ $event->description }}
@endif @if (Auth::user()->type == 'hr') {{ Form::model($event, ['route' => ['event.update', $event->id], 'method' => 'PUT']) }} {{ Form::close() }} @endif PK)Z;D },},event/index.blade.phpnu[@extends('layouts.admin') @section('page-title') {{ __('Event') }} @endsection @php $setting = App\Models\Utility::settings(); @endphp @section('breadcrumb') @endsection @section('action-button') @can('Create Event') @endcan @endsection @section('content')
{{ __('Calendar') }}
{{--
--}} @if (isset($setting['is_enabled']) && $setting['is_enabled'] == 'on') @endif {{--
--}}

{{ __('Upcoming Events') }}

  • @if (!$events->isEmpty()) @forelse ($current_month_event as $event)
    {{ $event->title }}

    {{ __('Start Date : ') }} {{ \Auth::user()->dateFormat($event->start_date) }}
    {{ __('End Date : ') }} {{ \Auth::user()->dateFormat($event->end_date) }}

    @empty
    {{ __('There is no event in this month') }}
    @endforelse @else
    {{ __('There is no event in this month') }}
    @endif
@endsection @push('script-page') @endpush PK)Zs!!template/generate.blade.phpnu[@php $currantLang = \Auth::user()->lang; @endphp
@csrf
{{ Form::label('template', __('For What'), ['class' => 'col-form-label']) }}
@foreach ($templateName as $key => $value)
@endforeach
{{ Form::label('language', __('Language'), ['class' => 'col-form-label']) }}
{{ Form::label('', __('Tone'), ['class' => 'col-form-label']) }} @php $tone = [ 'funny' => 'funny', 'casual' => 'casual', 'excited' => 'excited', 'professional' => 'professional', 'witty' => 'witty', 'sarcastic' => 'sarcastic', 'feminine' => 'feminine', 'masculine' => 'masculine', 'bold' => 'bold', 'dramatic' => 'dramatic', 'gumpy' => 'gumpy', 'secretive' => 'secretive', ]; @endphp {{ Form::select('tone', $tone, null, ['class' => 'form-control']) }}
{{ Form::label('', __('AI Creativity'), ['class' => 'col-form-label']) }}
{{ Form::label('', __('Number of Result'), ['class' => 'col-form-label']) }}
{{ Form::label('', __('Maximum Result Length'), ['class' => 'col-form-label']) }} {{ Form::number('result_length', 10, ['class' => 'form-control']) }}
{{ __('Generate') }} {{ __('Copy Text') }} {{ __('Copy Selected Text') }}
{{ Form::textarea('description', null, ['class' => 'form-control', 'rows' => 5, 'placeholder' => __('Description'), 'id' => 'ai-description']) }}
PK)Z6!x x template/grammar_ai.blade.phpnu[
@csrf
{{-- --}}
{{ __('Re Generate') }} {{ __('Copy Text') }}
{{ Form::textarea('description', null, ['class' => 'form-control', 'rows' => 5, 'placeholder' => __('Description'), 'id' => 'ai-description']) }}
PK)ZnYYjob/show.blade.phpnu[@extends('layouts.admin') @section('page-title') {{ __('Job Details') }} @endsection @section('action-button') @can('Edit Job') @endcan @endsection @section('breadcrumb') @endsection @section('content')
{{__('Job Title')}} {{$job->title}}
{{__('Branch')}} {{ !empty($job->branches)?$job->branches->name:__('All') }}
{{__('Job Category')}} {{ !empty($job->categories)?$job->categories->title:'-' }}
{{__('Positions')}} {{$job->position}}
{{__('Status')}} @if($job->status=='active') {{App\Models\Job::$status[$job->status]}} @else {{App\Models\Job::$status[$job->status]}} @endif
{{__('Created Date')}} {{\Auth::user()->dateFormat($job->created_at)}}
{{__('Start Date')}} {{\Auth::user()->dateFormat($job->start_date)}}
{{__('End Date')}} {{\Auth::user()->dateFormat($job->end_date)}}
{{__('Skill')}} @foreach($job->skill as $skill) {{$skill}} @endforeach
@if(($job->applicant))
{{__('Need to ask ?')}}
    @foreach($job->applicant as $applicant)
  • {{ucfirst($applicant)}}
  • @endforeach
@endif @if(!empty($job->visibility))
{{__('Need to show option ?')}}
    @foreach($job->visibility as $visibility)
  • {{ucfirst($visibility)}}
  • @endforeach
@endif @if(count($job->questions())>0)
{{__('Custom Question')}}
    @foreach($job->questions() as $question)
  • {{$question->question}}
  • @endforeach
@endif
{{__('Job Description')}}
{!! $job->description !!}
{{__('Job Requirement')}}
{!! $job->requirement !!}
@if (!empty($job->terms_and_conditions))
{{ __('Terms and conditions') }}
{!! $job->terms_and_conditions !!}
@endif
@endsection PK)Z>H%ppjob/terms.blade.phpnu[@php $logo = \App\Models\Utility::get_file('uploads/logo/'); $setting = App\Models\Utility::colorset(); $color = !empty($setting['theme_color']) ? $setting['theme_color'] : 'theme-3'; $SITE_RTL = \App\Models\Utility::getValByName('SITE_RTL'); $company_logo_light = \App\Models\Utility::getValByName('company_logo_light'); $company_favicon = \App\Models\Utility::getValByName('company_favicon'); $getseo = App\Models\Utility::getSeoSetting(); $metatitle = isset($getseo['meta_title']) ? $getseo['meta_title'] : ''; $metadesc = isset($getseo['meta_description']) ? $getseo['meta_description'] : ''; $meta_image = \App\Models\Utility::get_file('uploads/meta/'); $meta_logo = isset($getseo['meta_image']) ? $getseo['meta_image'] : ''; $enable_cookie = \App\Models\Utility::getCookieSetting('enable_cookie'); if (isset($setting['color_flag']) && $setting['color_flag'] == 'true') { $themeColor = 'custom-color'; } else { $themeColor = $color; } @endphp {{ !empty($companySettings['title_text']) ? $companySettings['title_text']->value : config('app.name', 'HRMGO') }} - {{ __('Terms and condition') }} @if (isset($setting['cust_darklayout']) && $setting['cust_darklayout'] == 'on') @else @endif @if (isset($setting['cust_darklayout']) && $setting['cust_darklayout'] == 'on') @endif

{{ __(' We help') }}
{{ __('businesses grow') }}

{{ __('Work there. Find the dream job you’ve always wanted..') }}

@if (!empty($job->terms_and_conditions))

{{ __('Terms and conditions') }}


{!! $job->terms_and_conditions !!} @endif
@stack('custom-scripts') @if ($enable_cookie['enable_cookie'] == 'on') @include('layouts.cookie_consent') @endif PK)Zʨ!!job/career.blade.phpnu[@php $logo = \App\Models\Utility::get_file('uploads/logo/'); $setting = App\Models\Utility::colorset(); $color = !empty($setting['theme_color']) ? $setting['theme_color'] : 'theme-3'; $SITE_RTL = \App\Models\Utility::getValByName('SITE_RTL'); $company_logo_light = \App\Models\Utility::getValByName('company_logo_light'); $company_favicon = \App\Models\Utility::getValByName('company_favicon'); $getseo = App\Models\Utility::getSeoSetting(); $metatitle = isset($getseo['meta_title']) ? $getseo['meta_title'] : ''; $metadesc = isset($getseo['meta_description']) ? $getseo['meta_description'] : ''; $meta_image = \App\Models\Utility::get_file('uploads/meta/'); $meta_logo = isset($getseo['meta_image']) ? $getseo['meta_image'] : ''; $enable_cookie = \App\Models\Utility::getCookieSetting('enable_cookie'); if (isset($setting['color_flag']) && $setting['color_flag'] == 'true') { $themeColor = 'custom-color'; } else { $themeColor = $color; } @endphp {{ !empty($companySettings['title_text']) ? $companySettings['title_text']->value : config('app.name', 'HRMGo SaaS') }} - {{ __('Career') }} @if (isset($setting['cust_darklayout']) && $setting['cust_darklayout'] == 'on') @else @endif @if (isset($setting['cust_darklayout']) && $setting['cust_darklayout'] == 'on') @endif

{{ __(' We help') }}
{{ __('businesses grow') }}

{{ __('Work there. Find the dream job you’ve always wanted..') }}

@php $totaljob = \App\Models\Job::where('created_by', '=', $id)->count(); @endphp

+{{ $totaljob }} {{ __('Job openings') }}

{{ __('Always looking for better ways to do things, innovate') }}
{{ __('and help people achieve their goals') }}.

@foreach ($jobs as $job)
@if (!empty($job->branches) ? $job->branches->name : '') {{ !empty($job->branches) ? $job->branches->name : '' }} @endif
{{ $job->title }}
{{ $job->position }} {{ __('position available') }}
@foreach (explode(',', $job->skill) as $skill) {{ $skill }} @endforeach
{{ __('Read more') }}
@endforeach
@stack('custom-scripts') @if($enable_cookie['enable_cookie'] == 'on') @include('layouts.cookie_consent') @endif PK)ZO=O=job/create.blade.phpnu[@php $plan = Utility::getChatGPTSettings(); @endphp @extends('layouts.admin') @section('page-title') {{ __('Create Job') }} @endsection @push('css-page') @endpush @push('script-page') @endpush @section('breadcrumb') @endsection @section('content')
@if ($plan->enable_chatgpt == 'on')
{{ __(' Generate With AI') }}
@endif {{ Form::open(['url' => 'job', 'method' => 'post']) }}
{!! Form::label('title', __('Job Title'), ['class' => 'col-form-label']) !!}* {!! Form::text('title', old('title'), [ 'class' => 'form-control', 'required' => 'required', 'placeholder' => 'Enter job title', ]) !!}
{!! Form::label('branch', __('Branch'), ['class' => 'col-form-label']) !!}* {{ Form::select('branch', $branches, null, ['class' => 'form-control', 'required' => 'required']) }}
{!! Form::label('category', __('Job Category'), ['class' => 'col-form-label']) !!}* {{ Form::select('category', $categories, null, ['class' => 'form-control', 'required' => 'required']) }}
{!! Form::label('position', __('No. of Positions'), ['class' => 'col-form-label']) !!}* {!! Form::number('position', old('positions'), [ 'class' => 'form-control', 'required' => 'required', 'placeholder' => 'Enter job Positions', ]) !!}
{!! Form::label('status', __('Status'), ['class' => 'col-form-label']) !!} {{ Form::select('status', $status, null, ['class' => 'form-control', 'required' => 'required']) }}
{!! Form::label('start_date', __('Start Date'), ['class' => 'col-form-label']) !!} {!! Form::date('start_date', old('start_date'), [ 'class' => 'form-control current_date', 'autocomplete' => 'off', ]) !!}
{!! Form::label('end_date', __('End Date'), ['class' => 'col-form-label']) !!} {!! Form::date('end_date', old('end_date'), ['class' => 'form-control current_date', 'autocomplete' => 'off']) !!}
*
{{ __('Need to Ask ?') }}
{{ __('Need to show Option ?') }}
{{ __('Custom Questions') }}
@foreach ($customQuestion as $question)
is_required == 'yes') required @endif id="custom_question_{{ $question->id }}">
@endforeach
{!! Form::label('description', __('Job Description'), ['class' => 'col-form-label']) !!}
{!! Form::label('requirement', __('Job Requirement'), ['class' => 'col-form-label']) !!} @if ($plan->enable_chatgpt == 'on') {{ __('Grammar check with AI') }} @endif
{!! Form::label('terms_and_conditions', __('Terms And Conditions'), ['class' => 'col-form-label']) !!}
{{ Form::close() }}
@endsection @push('script-page') @endpush PK)Z"<<job/edit.blade.phpnu[@php $plan = Utility::getChatGPTSettings(); @endphp @extends('layouts.admin') @section('page-title') {{ __('Edit Job') }} @endsection @push('css-page') @endpush @push('script-page') @endpush @section('breadcrumb') @endsection @section('content')
@if ($plan->enable_chatgpt == 'on')
{{ __(' Generate With AI') }}
@endif {{ Form::model($job, ['route' => ['job.update', $job->id], 'method' => 'PUT']) }}
{!! Form::label('title', __('Job Title'), ['class' => 'form-label']) !!}* {!! Form::text('title', null, ['class' => 'form-control', 'required' => 'required', 'placeholder' => 'Enter job title']) !!}
{!! Form::label('branch', __('Branch'), ['class' => 'form-label']) !!}* {{ Form::select('branch', $branches, null, ['class' => 'form-control select', 'required' => 'required']) }}
{!! Form::label('category', __('Job Category'), ['class' => 'form-label']) !!}* {{ Form::select('category', $categories, null, ['class' => 'form-control select', 'required' => 'required']) }}
{!! Form::label('position', __('No. of Positions'), ['class' => 'form-label']) !!}* {!! Form::text('position', null, ['class' => 'form-control', 'required' => 'required', 'placeholder' => 'Enter job Positions']) !!}
{!! Form::label('status', __('Status'), ['class' => 'form-label']) !!} {{ Form::select('status', $status, null, ['class' => 'form-control select', 'required' => 'required']) }}
{!! Form::label('start_date', __('Start Date'), ['class' => 'form-label']) !!} {!! Form::date('start_date', null, ['class' => 'form-control', 'autocomplete' => 'off']) !!}
{!! Form::label('end_date', __('End Date'), ['class' => 'form-label']) !!} {!! Form::date('end_date', null, ['class' => 'form-control', 'autocomplete' => 'off']) !!}
*
{{ __('Need to Ask ?') }}
applicant) ? 'checked' : '' }}>
applicant) ? 'checked' : '' }}>
applicant) ? 'checked' : '' }}>
{{ __('Need to show Option ?') }}
visibility) ? 'checked' : '' }}>
visibility) ? 'checked' : '' }}>
visibility) ? 'checked' : '' }}>
visibility) ? 'checked' : '' }}>
{{ __('Custom Questions') }}
@foreach ($customQuestion as $question)
is_required == 'yes') required @endif id="custom_question_{{ $question->id }}" {{ in_array($question->id, $job->custom_question) ? 'checked' : '' }}>
@endforeach
{!! Form::label('description', __('Job Description'), ['class' => 'form-label']) !!}
{!! Form::label('requirement', __('Job Requirement'), ['class' => 'col-form-label']) !!} @if ($plan->enable_chatgpt == 'on') {{ __('Grammar check with AI') }} @endif
{!! Form::label('terms_and_conditions', __('Terms And Conditions'), ['class' => 'col-form-label']) !!}
{{ Form::close() }}
@endsection @push('script-page') @endpushPK)Ztg_$_$job/index.blade.phpnu[@extends('layouts.admin') @section('page-title') {{ __('Manage Job') }} @endsection @section('breadcrumb') @endsection @push('script-page') @endpush @section('action-button') @can('Create Job') @endcan @endsection @section('content')
{{__('Total')}}
{{__('Jobs')}}

{{$data['total']}}

{{__('Active')}}
{{__('Jobs')}}

{{$data['active']}}

{{__('Inactive')}}
{{__('Jobs')}}

{{$data['in_active']}}

{{--
--}}
@if (Gate::check('Edit Job') || Gate::check('Delete Job') || Gate::check('Show Job')) @endif @foreach ($jobs as $job) @endforeach
{{ __('Branch') }} {{ __('Title') }} {{ __('Start Date') }} {{ __('End Date') }} {{ __('Status') }} {{ __('Created At') }}{{ __('Action') }}
{{ !empty($job->branches) ? $job->branches->name : __('All') }} {{ $job->title }} {{ \Auth::user()->dateFormat($job->start_date) }} {{ \Auth::user()->dateFormat($job->end_date) }} @if ($job->status == 'active') {{ App\Models\Job::$status[$job->status] }} @else {{ App\Models\Job::$status[$job->status] }} @endif {{ \Auth::user()->dateFormat($job->created_at) }} @if (Gate::check('Edit Job') || Gate::check('Delete Job') || Gate::check('Show Job')) @can('Show Job') @endcan @can('Edit Job') @endcan @can('Delete Job')
{!! Form::open(['method' => 'DELETE', 'route' => ['job.destroy', $job->id], 'id' => 'delete-form-' . $job->id]) !!} {!! Form::close() !!}
@endcan
@endif
@endsection PK)Z3U`job/requirement.blade.phpnu[@php $logo = \App\Models\Utility::get_file('uploads/logo/'); $setting = App\Models\Utility::colorset(); $color = !empty($setting['theme_color']) ? $setting['theme_color'] : 'theme-3'; $SITE_RTL = \App\Models\Utility::getValByName('SITE_RTL'); $company_logo_light = \App\Models\Utility::getValByName('company_logo_light'); $company_favicon = \App\Models\Utility::getValByName('company_favicon'); $getseo = App\Models\Utility::getSeoSetting(); $metatitle = isset($getseo['meta_title']) ? $getseo['meta_title'] : ''; $metadesc = isset($getseo['meta_description']) ? $getseo['meta_description'] : ''; $meta_image = \App\Models\Utility::get_file('uploads/meta/'); $meta_logo = isset($getseo['meta_image']) ? $getseo['meta_image'] : ''; $enable_cookie = \App\Models\Utility::getCookieSetting('enable_cookie'); if (isset($setting['color_flag']) && $setting['color_flag'] == 'true') { $themeColor = 'custom-color'; } else { $themeColor = $color; } @endphp {{ !empty($companySettings['title_text']) ? $companySettings['title_text']->value : config('app.name', 'HRMGO') }} - {{ __('Job Requirements') }} @if (isset($setting['cust_darklayout']) && $setting['cust_darklayout'] == 'on') @else @endif @if (isset($setting['cust_darklayout']) && $setting['cust_darklayout'] == 'on') @endif

{{ __(' We help') }}
{{ __('businesses grow') }}

{{ __('Work there. Find the dream job you’ve always wanted..') }}

{{ $job->title }}

@foreach (explode(',', $job->skill) as $skill) {{ $skill }} @endforeach
@if (!empty($job->branches) ? $job->branches->name : '')

{{ !empty($job->branches) ? $job->branches->name : '' }}

@endif {{ __('Apply now') }}

{{ __('Requirements') }}

{!! $job->requirement !!}


{{ __('Description') }}


{!! $job->description !!}
@stack('custom-scripts') @if($enable_cookie['enable_cookie'] == 'on') @include('layouts.cookie_consent') @endif PK)ZRnABABjob/apply.blade.phpnu[@php $logo = \App\Models\Utility::get_file('uploads/logo/'); $setting = App\Models\Utility::colorset(); $color = !empty($setting['theme_color']) ? $setting['theme_color'] : 'theme-3'; $SITE_RTL = \App\Models\Utility::getValByName('SITE_RTL'); $company_logo_light = \App\Models\Utility::getValByName('company_logo_light'); $company_favicon = \App\Models\Utility::getValByName('company_favicon'); $getseo = App\Models\Utility::getSeoSetting(); $metatitle = isset($getseo['meta_title']) ? $getseo['meta_title'] : ''; $metadesc = isset($getseo['meta_description']) ? $getseo['meta_description'] : ''; $meta_image = \App\Models\Utility::get_file('uploads/meta/'); $meta_logo = isset($getseo['meta_image']) ? $getseo['meta_image'] : ''; $enable_cookie = \App\Models\Utility::getCookieSetting('enable_cookie'); // if (isset($setting['color_flag']) && $setting['color_flag'] == 'true') { // $themeColor = 'custom-color'; // } else { // $themeColor = $color; // } @endphp {{ !empty($companySettings['title_text']) ? $companySettings['title_text']->value : config('app.name', 'HRMGO') }} - {{ __('Job Apply') }} @if (isset($setting['cust_darklayout']) && $setting['cust_darklayout'] == 'on') @else @endif @if (isset($setting['cust_darklayout']) && $setting['cust_darklayout'] == 'on') @endif {{-- --}}

{{ __(' We help') }}
{{ __('businesses grow') }}

{{ __('Work there. Find the dream job you’ve always wanted..') }}

{{ $job->title }}

@foreach (explode(',', $job->skill) as $skill) {{ $skill }} @endforeach
@if (!empty($job->branches) ? $job->branches->name : '')

{{ !empty($job->branches) ? $job->branches->name : '' }}

@endif

{{ __('Apply for this job') }}

{{ Form::open(['route' => ['job.apply.data', $job->code], 'method' => 'post', 'enctype' => 'multipart/form-data']) }}
{{ Form::label('name', __('Name'), ['class' => 'form-label']) }}* {{ Form::text('name', null, ['class' => 'form-control name', 'required' => 'required']) }}
{{ Form::label('email', __('Email'), ['class' => 'form-label']) }}* {{ Form::email('email', null, ['class' => 'form-control', 'required' => 'required']) }}
{{ Form::label('phone', __('Phone'), ['class' => 'form-label']) }}* {{ Form::text('phone', null, ['class' => 'form-control', 'required' => 'required']) }}
@if (!empty($job->applicant) && in_array('dob', explode(',', $job->applicant)))
{!! Form::label('dob', __('Date of Birth'), ['class' => 'form-label']) !!} {!! Form::date('dob', old('dob'), ['class' => 'form-control datepicker w-100', 'required' => 'required']) !!}
@endif
@if (!empty($job->applicant) && in_array('gender', explode(',', $job->applicant)))
{!! Form::label('gender', __('Gender'), ['class' => 'form-label']) !!}
@endif @if (!empty($job->applicant) && in_array('country', explode(',', $job->applicant)))
{{ Form::label('country', __('Country'), ['class' => 'form-label']) }} {{ Form::text('country', null, ['class' => 'form-control', 'required' => 'required']) }}
{{ Form::label('state', __('State'), ['class' => 'form-label']) }} {{ Form::text('state', null, ['class' => 'form-control', 'required' => 'required']) }}
{{ Form::label('city', __('City'), ['class' => 'form-label']) }} {{ Form::text('city', null, ['class' => 'form-control', 'required' => 'required']) }}
@endif @if (!empty($job->visibility) && in_array('profile', explode(',', $job->visibility)))
{{ Form::label('profile', __('Profile'), ['class' => 'col-form-label']) }}

@endif @if (!empty($job->visibility) && in_array('resume', explode(',', $job->visibility)))
{{ Form::label('resume', __('CV / Resume'), ['class' => 'col-form-label']) }}

@endif @if (!empty($job->visibility) && in_array('letter', explode(',', $job->visibility)))
{{ Form::label('cover_letter', __('Cover Letter'), ['class' => 'form-label']) }} {{ Form::textarea('cover_letter', null, ['class' => 'form-control', 'rows' => '3']) }}
@endif @foreach ($questions as $question)
{{ Form::label($question->question, $question->question, ['class' => 'form-label']) }} is_required == 'yes' ? 'required' : '' }}>
@endforeach @if (!empty($job->visibility) && in_array('terms', explode(',', $job->visibility))) @endif
{{ Form::close() }}
@if ($message = Session::get('success')) @endif @if ($message = Session::get('error')) @endif @stack('custom-scripts') @if($enable_cookie['enable_cookie'] == 'on') @include('layouts.cookie_consent') @endif PK)Z j% % accountlist/create.blade.phpnu[{{ Form::open(['url' => 'accountlist', 'method' => 'post']) }} {{ Form::close() }} PK)Z$P P accountlist/edit.blade.phpnu[{{ Form::model($accountlist, ['route' => ['accountlist.update', $accountlist->id], 'method' => 'PUT']) }} {{ Form::close() }} PK)ZhsWWaccountlist/index.blade.phpnu[@extends('layouts.admin') @section('page-title') {{ __('Manage Account') }} @endsection @section('breadcrumb') @endsection @section('action-button') @can('Create Account List') @endcan @endsection @section('content')
{{--
home--}}
@foreach ($accountlists as $accountlist) @endforeach
{{ __('Account Name') }} {{ __('Initial Balance') }} {{ __('Account Number') }} {{ __('Branch Code') }} {{ __('Bank Branch') }} {{ __('Action') }}
{{ $accountlist->account_name }} {{ \Auth::user()->priceFormat($accountlist->initial_balance) }} {{ $accountlist->account_number }} {{ $accountlist->branch_code }} {{ $accountlist->bank_branch }} @can('Edit Account List') @endcan @can('Delete Account List')
{!! Form::open(['method' => 'DELETE', 'route' => ['accountlist.destroy', $accountlist->id], 'id' => 'delete-form-' . $accountlist->id]) !!}
@endcan
@endsection PK)Zt%accountlist/account_balance.blade.phpnu[@extends('layouts.admin') @section('page-title') {{ __('Manage Account Balances') }} @endsection @section('breadcrumb') @endsection @section('content')
{{--
--}}
@php $totalInitialBalance = 0; @endphp @foreach ($accountLists as $accountlist) @php $totalInitialBalance = $accountlist->initial_balance + $totalInitialBalance; @endphp @endforeach
{{ __('Account Name') }} {{ __('Initial Balance') }}
{{ $accountlist->account_name }} {{ \Auth::user()->priceFormat($accountlist->initial_balance) }}
{{ __('Total') }} {{ \Auth::user()->priceFormat($totalInitialBalance) }}
@endsection PK)ZZw  resignation/create.blade.phpnu[@php $plan = Utility::getChatGPTSettings(); @endphp {{ Form::open(['url' => 'resignation', 'method' => 'post']) }} {{ Form::close() }} PK)Zyresignation/edit.blade.phpnu[@php $plan = Utility::getChatGPTSettings(); @endphp {{ Form::model($resignation, ['route' => ['resignation.update', $resignation->id], 'method' => 'PUT']) }} {{ Form::close() }} PK)ZY resignation/index.blade.phpnu[@extends('layouts.admin') @section('page-title') {{ __('Manage Resignation') }} @endsection @section('breadcrumb') @endsection @section('action-button') @can('Create Resignation') @endcan @endsection @section('content')
{{--
--}}
@role('company') @endrole @if (Gate::check('Edit Resignation') || Gate::check('Delete Resignation')) @endif @foreach ($resignations as $resignation) @role('company') @endrole @endforeach
{{ __('Employee Name') }}{{ __('Resignation Date') }} {{ __('Last Working Day') }} {{ __('Reason') }}{{ __('Action') }}
{{ !empty($resignation->employee_id) ? $resignation->employee->name : '' }} {{ \Auth::user()->dateFormat($resignation->notice_date) }} {{ \Auth::user()->dateFormat($resignation->resignation_date) }} {{ $resignation->description }} @if (Gate::check('Edit Resignation') || Gate::check('Delete Resignation')) @can('Edit Resignation') @endcan @can('Delete Resignation')
{!! Form::open(['method' => 'DELETE', 'route' => ['resignation.destroy', $resignation->id], 'id' => 'delete-form-' . $resignation->id]) !!}
@endcan
@endif
@endsection PK)Z#{{contract_type/create.blade.phpnu[{{ Form::open(['url' => 'contract_type']) }} {{ Form::close() }} PK)ZX8ścontract_type/edit.blade.phpnu[{{ Form::model($contractType, array('route' => array('contract_type.update', $contractType->id), 'method' => 'PUT')) }} {{ Form::close() }} PK)Z0contract_type/index.blade.phpnu[@extends('layouts.admin') @section('page-title') {{ __("Manage Contract Type") }} @endsection @section('breadcrumb') @endsection @section('action-button')
@can('Create Contract Type')
@endcan
@endsection @section('breadcrumb') @endsection @section('content')
@include('layouts.hrm_setup')
@foreach ($contractTypes as $contractType) @endforeach
{{__('Contract Type')}} {{__('Action')}}
{{ $contractType->name }} @can('Edit Contract Type')
@endcan @can('Delete Contract Type')
{!! Form::open(['method' => 'DELETE', 'route' => ['contract_type.destroy', $contractType->id]]) !!} {!! Form::close() !!}
@endif
@endsectionPK)Zplan_request/index.blade.phpnu[@extends('layouts.admin') @section('page-title') {{ __('Manage Plan Request') }} @endsection @section('breadcrumb') @endsection @section('content')
@if ($plan_requests->count() > 0) @foreach ($plan_requests as $prequest) @endforeach @else @endif
{{ __('Name') }} {{ __('Plan Name') }} {{ __('Total Users') }} {{ __('Total Employees') }} {{ __('Duration') }} {{ __('Date') }} {{ __('Action') }}
{{ $prequest->user->name }}
{{ $prequest->plan->name }}
{{ $prequest->plan->max_users }}
{{ $prequest->plan->max_employees }}
{{ $prequest->duration == 'Lifetime' ? __('Lifetime') : ($prequest->duration == 'month' ? __('One Month') : __('One Year')) }}
{{ Utility::getDateFormated($prequest->created_at, false) }}
{{ __('No Manually Plan Request Found.') }}
@endsection PK)Z5(Qtraining/show.blade.phpnu[@extends('layouts.admin') @section('page-title') {{ __('Trainig Details') }} @endsection @section('breadcrumb') @endsection @section('content')
{{ __('Training Type') }} {{ !empty($training->types) ? $training->types->name : '' }}
{{ __('Trainer') }} {{ !empty($training->trainers) ? $training->trainers->firstname : '--' }}
{{ __('Training Cost') }} {{ \Auth::user()->priceFormat($training->training_cost) }}
{{ __('Start Date') }} {{ \Auth::user()->dateFormat($training->start_date) }}
{{ __('End Date') }} {{ \Auth::user()->dateFormat($training->end_date) }}
{{ __('Date') }} {{ \Auth::user()->dateFormat($training->created_at) }}
{{ $training->description }}
{{ Form::model($training, ['route' => ['training.status', $training->id], 'method' => 'post']) }}
{{ __('Update Status') }}

{{ Form::label('performance', __('Performance'), ['class' => 'col-form-label text-dark']) }} {{ Form::select('performance', $performance, null, ['class' => 'form-control select']) }}
{{ Form::label('status', __('Status'), ['class' => 'col-form-label text-dark']) }} {{ Form::select('status', $status, null, ['class' => 'form-control select']) }}
{{ Form::label('remarks', __('Remarks'), ['class' => 'col-form-label text-dark']) }} {{ Form::textarea('remarks', null, ['class' => 'form-control', 'placeholder' => __('Remarks'), 'rows' => '3']) }}
{{ Form::close() }}
@endsection PK)Z#VUtraining/create.blade.phpnu[@php $plan = Utility::getChatGPTSettings(); @endphp {{ Form::open(['url' => 'training', 'method' => 'post']) }} {{ Form::close() }} PK)Z[3ddtraining/edit.blade.phpnu[@php $plan = Utility::getChatGPTSettings(); @endphp {{ Form::model($training, ['route' => ['training.update', $training->id], 'method' => 'PUT']) }} {{ Form::close() }} PK)Z{rtraining/index.blade.phpnu[@extends('layouts.admin') @section('page-title') {{ __('Manage Training') }} @endsection @section('breadcrumb') @endsection @section('action-button') @can('Create Training') @endcan @endsection @section('content')
{{--
--}}
@if (Gate::check('Edit Training') || Gate::check('Delete Training') || Gate::check('Show Training')) @endif @foreach ($trainings as $training) @endforeach
{{ __('Branch') }} {{ __('Training Type') }} {{ __('Status') }} {{ __('Employee') }} {{ __('Trainer') }} {{ __('Training Duration') }} {{ __('Cost') }}{{ __('Action') }}
{{ !empty($training->branches) ? $training->branches->name : '' }} {{ !empty($training->types) ? $training->types->name : '' }}
@if ($training->status == 0) {{ __($status[$training->status]) }} @elseif($training->status == 1) {{ __($status[$training->status]) }} @elseif($training->status == 2) {{ __($status[$training->status]) }} @elseif($training->status == 3) {{ __($status[$training->status]) }} @endif {{ !empty($training->employees) ? $training->employees->name : '' }} {{ !empty($training->trainers) ? $training->trainers->firstname : '' }} {{ \Auth::user()->dateFormat($training->start_date) . ' to ' . \Auth::user()->dateFormat($training->end_date) }} {{ \Auth::user()->priceFormat($training->training_cost) }} @if (Gate::check('Edit Training') || Gate::check('Delete Training') || Gate::check('Show Training')) @can('Show Training') @endcan @can('Edit Training') @endcan @can('Delete Training')
{!! Form::open(['method' => 'DELETE', 'route' => ['training.destroy', $training->id], 'id' => 'delete-form-' . $training->id]) !!}
@endcan
@endif
@endsection PK)Z&mmpayer/create.blade.phpnu[ {{ Form::open(['url' => 'payer', 'method' => 'post']) }} {{ Form::close() }} PK)ZÍpayer/edit.blade.phpnu[ {{ Form::model($payer, ['route' => ['payer.update', $payer->id], 'method' => 'PUT']) }} {{ Form::close() }} PK)Z6@payer/index.blade.phpnu[@extends('layouts.admin') @section('page-title') {{ __('Payer') }} @endsection @section('breadcrumb') @endsection @section('action-button') @can('Create Payer') @endcan @endsection @section('content')
{{--
--}}
@foreach ($payers as $payer) @endforeach
{{ __('Payer Name') }} {{ __('Contact Number') }} {{ __('Action') }}
{{ $payer->payer_name }} {{ $payer->contact_number }} @can('Edit Payer') @endcan @can('Delete Payer')
{!! Form::open([ 'method' => 'DELETE', 'route' => ['payer.destroy', $payer->id], 'id' => 'delete-form-' . $payer->id, ]) !!}
@endcan
@endsection PK)ZR^bjobCategory/create.blade.phpnu[{{ Form::open(['url' => 'job-category', 'method' => 'post']) }} {{ Form::close() }} PK)ZGP-jobCategory/edit.blade.phpnu[ {{ Form::model($jobCategory, ['route' => ['job-category.update', $jobCategory->id], 'method' => 'PUT']) }} {{ Form::close() }} PK)Z%xuujobCategory/index.blade.phpnu[ @extends('layouts.admin') @section('page-title') {{ __("Manage Job Category") }} @endsection @section('breadcrumb') @endsection @section('action-button') @can('Create Job Category') @endcan @endsection @section('content')
@include('layouts.hrm_setup')
@foreach ($categories as $category) @endforeach
{{ __('Category') }} {{ __('Action') }}
{{ $category->title }} @can('Edit Job Category') @endcan @can('Delete Job Category')
{!! Form::open(['method' => 'DELETE', 'route' => ['job-category.destroy', $category->id], 'id' => 'delete-form-' . $category->id]) !!}
@endcan
@endsection PK)Z@U&goaltype/create.blade.phpnu[{{ Form::open(['url' => 'goaltype', 'method' => 'post']) }} {{ Form::close() }} PK)Z_~goaltype/edit.blade.phpnu[{{ Form::model($goalType, ['route' => ['goaltype.update', $goalType->id], 'method' => 'PUT']) }} {{ Form::close() }} PK)Z*goaltype/index.blade.phpnu[@extends('layouts.admin') @section('page-title') {{ __('Manage Goal Type') }} @endsection @section('breadcrumb') @endsection @section('action-button') @can('Create Goal Type') @endcan @endsection @section('content')
@include('layouts.hrm_setup')
@foreach ($goaltypes as $goaltype) @endforeach
{{ __('Goal Type') }} {{ __('Action') }}
{{ $goaltype->name }} @can('Edit Goal Type') @endcan @can('Delete Goal Type')
{!! Form::open(['method' => 'DELETE', 'route' => ['goaltype.destroy', $goaltype->id], 'id' => 'delete-form-' . $goaltype->id]) !!}
@endcan
@endsection PK)Z@z warning/create.blade.phpnu[@php $plan = Utility::getChatGPTSettings(); @endphp {{ Form::open(['url' => 'warning', 'method' => 'post']) }} {{ Form::close() }} PK)Z q q warning/edit.blade.phpnu[@php $plan = Utility::getChatGPTSettings(); @endphp {{ Form::model($warning, ['route' => ['warning.update', $warning->id], 'method' => 'PUT']) }} {{ Form::close() }} PK)Z@2bwarning/index.blade.phpnu[@extends('layouts.admin') @section('page-title') {{ __('Manage Warning') }} @endsection @section('breadcrumb') @endsection @section('action-button') @can('Create Warning') @endcan @endsection @section('content')
{{--
--}}
@if (Gate::check('Edit Warning') || Gate::check('Delete Warning')) @endif @foreach ($warnings as $warning) @endforeach
{{ __('Warning By') }} {{ __('Warning To') }} {{ __('Subject') }} {{ __('Warning Date') }} {{ __('Description') }}{{ __('Action') }}
{{ !empty($warning->WarningBy($warning->warning_by)) ? $warning->WarningBy($warning->warning_by)->name : '' }} {{ !empty($warning->warningTo($warning->warning_to)) ? $warning->warningTo($warning->warning_to)->name : '' }} {{ $warning->subject }} {{ \Auth::user()->dateFormat($warning->warning_date) }} {{ $warning->description }} @if (Gate::check('Edit Warning') || Gate::check('Delete Warning')) @can('Edit Warning') @endcan @can('Delete Warning')
{!! Form::open(['method' => 'DELETE', 'route' => ['warning.destroy', $warning->id], 'id' => 'delete-form-' . $warning->id]) !!}
@endcan
@endif
@endsection PK)Z3announcement/create.blade.phpnu[@php $plan = Utility::getChatGPTSettings(); @endphp {{ Form::open(['url' => 'announcement', 'method' => 'post']) }} {{ Form::close() }} PK)ZŒannouncement/edit.blade.phpnu[@php $plan = Utility::getChatGPTSettings(); @endphp {{ Form::model($announcement, ['route' => ['announcement.update', $announcement->id], 'method' => 'PUT']) }} {{ Form::close() }} PK)Zu u announcement/index.blade.phpnu[@extends('layouts.admin') @section('page-title') {{ __('Manage Announcement') }} @endsection @section('breadcrumb') @endsection @section('action-button') @can('Create Announcement') @endcan @endsection @section('content')
{{--
--}}
@if (Gate::check('Edit Announcement') || Gate::check('Delete Announcement')) @endif @foreach ($announcements as $announcement) @endforeach
{{ __('Title') }} {{ __('Start Date') }} {{ __('End Date') }} {{ __('description') }}{{ __('Action') }}
{{ $announcement->title }} {{ \Auth::user()->dateFormat($announcement->start_date) }} {{ \Auth::user()->dateFormat($announcement->end_date) }} {{ $announcement->description }} @if (Gate::check('Edit Announcement') || Gate::check('Delete Announcement')) @can('Edit Announcement') @endcan @can('Delete Announcement')
{!! Form::open([ 'method' => 'DELETE', 'route' => ['announcement.destroy', $announcement->id], 'id' => 'delete-form-' . $announcement->id, ]) !!}
@endcan
@endif
@endsection @push('script-page') @endpush PK)Zʫe>SSrestrict_ip/create.blade.phpnu[{{ Form::open(['route' => ['create.ip'], 'method' => 'post']) }} {{ Form::close() }} PK)Z>}m``restrict_ip/edit.blade.phpnu[{{ Form::model($ip, ['route' => ['edit.ip', $ip->id], 'method' => 'POST']) }} {{ Form::close() }} PK)ZP))layouts/auth.blade.phpnu[@php $company_favicon = \App\Models\Utility::getValByName('company_favicon'); // $logo = asset(Storage::url('uploads/logo/')); $logo = \App\Models\Utility::get_file('uploads/logo'); $company_logo = \App\Models\Utility::GetLogo(); $SITE_RTL = \App\Models\Utility::getValByName('SITE_RTL'); $language = \App\Models\Utility::getValByName('default_language'); $setting = \App\Models\Utility::colorset(); $color = !empty($setting['theme_color']) ? $setting['theme_color'] : 'theme-3'; $getseo = App\Models\Utility::getSeoSetting(); $metatitle = isset($getseo['meta_title']) ? $getseo['meta_title'] : ''; $metadesc = isset($getseo['meta_description']) ? $getseo['meta_description'] : ''; $meta_image = \App\Models\Utility::get_file('uploads/meta/'); $meta_logo = isset($getseo['meta_image']) ? $getseo['meta_image'] : ''; $enable_cookie = \App\Models\Utility::getCookieSetting('enable_cookie'); $lang = \App::getLocale('lang'); if ($lang == 'ar' || $lang == 'he') { $SITE_RTL = 'on'; } elseif($SITE_RTL == 'on') { $SITE_RTL = 'on'; } else { $SITE_RTL = 'off'; } if (isset($setting['color_flag']) && $setting['color_flag'] == 'true') { $themeColor = 'custom-color'; } else { $themeColor = $color; } @endphp {{ \App\Models\Utility::getValByName('title_text') ? \App\Models\Utility::getValByName('title_text') : config('app.name', 'HRMGo SaaS') }} - @yield('page-title') {{-- --}} @if ($setting['cust_darklayout'] == 'on') @if (isset($SITE_RTL) && $SITE_RTL == 'on') @endif @else @if (isset($SITE_RTL) && $SITE_RTL == 'on') @else @endif @endif @if (isset($SITE_RTL) && $SITE_RTL == 'on') @else @endif @if ($setting['cust_darklayout'] == 'on') @endif
@if (strpos($themeColor, 'theme') === 0) @else @endif
@yield('content')
{{-- Dark Mode ReCaptcha --}} {{-- @if (\App\Models\Utility::getValByName('cust_darklayout') == 'on') @endif --}} {{-- --}} @stack('script') @stack('custom-scripts') @if ($enable_cookie['enable_cookie'] == 'on') @include('layouts.cookie_consent') @endif @if ($message = Session::get('success')) @endif @if ($message = Session::get('error')) @endif PK)Zz layouts/contractheader.blade.phpnu[@php $logo = \App\Models\Utility::get_file('uploads/logo/'); $company_favicon = \App\Models\Utility::getValByName('company_favicon'); $company_logo = \App\Models\Utility::GetLogo(); $SITE_RTL = \App\Models\Utility::getValByName('SITE_RTL'); $setting = \App\Models\Utility::colorset(); $color = !empty($setting['theme_color']) ? $setting['theme_color'] : 'theme-3'; $getseo = App\Models\Utility::getSeoSetting(); $metatitle = isset($getseo['meta_title']) ? $getseo['meta_title'] : ''; $metadesc = isset($getseo['meta_description']) ? $getseo['meta_description'] : ''; $meta_image = \App\Models\Utility::get_file('uploads/meta/'); $meta_logo = isset($getseo['meta_image']) ? $getseo['meta_image'] : ''; $enable_cookie = \App\Models\Utility::getCookieSetting('enable_cookie'); if (isset($setting['color_flag']) && $setting['color_flag'] == 'true') { $themeColor = 'custom-color'; } else { $themeColor = $color; } @endphp {{ \App\Models\Utility::getValByName('title_text') ? \App\Models\Utility::getValByName('title_text') : config('app.name', 'HRMGo') }} - @yield('page-title') @stack('head') @if ($SITE_RTL == 'on') @endif @if (isset($settings['cust_darklayout']) && $settings['cust_darklayout'] == 'on') @else @endif @if (isset($setting['cust_darklayout']) && $setting['cust_darklayout'] == 'on') @endif
@yield('content')
@stack('script-page') @stack('custom-scripts') @if($enable_cookie['enable_cookie'] == 'on') @include('layouts.cookie_consent') @endif PK)Z+"˪˪layouts/landing.blade.phpnu[@php // $logos = asset(Storage::url('uploads/logo/')); $company_favicon = \App\Models\Utility::getValByName('company_favicon'); $footer_text = \App\Models\Utility::getValByName('footer_text'); // $logo = asset(Storage::url('uploads/logo/')); $logos = \App\Models\Utility::get_file('uploads/logo'); $SITE_RTL = \App\Models\Utility::getValByName('SITE_RTL'); $company_logo = \App\Models\Utility::GetLogo(); $company_logo_landing = \App\Models\Utility::GetLogolanding(); $setting = \App\Models\Utility::colorset(); $color = !empty($setting['theme_color']) ? $setting['theme_color'] : 'theme-3'; $getseo = App\Models\Utility::getSeoSetting(); $metatitle = isset($getseo['meta_title']) ? $getseo['meta_title'] : ''; $metadesc = isset($getseo['meta_description']) ? $getseo['meta_description'] : ''; $meta_image = \App\Models\Utility::get_file('uploads/meta/'); $meta_logo = isset($getseo['meta_image']) ? $getseo['meta_image'] : ''; $enable_cookie = \App\Models\Utility::getCookieSetting('enable_cookie'); @endphp {{-- {{ __('HRMGO SaaS') }} --}} {{ \App\Models\Utility::getValByName('title_text') ? \App\Models\Utility::getValByName('title_text') : config('app.name', 'HRMGO SaaS') }} @if ($setting['SITE_RTL'] == 'on') @endif @if ($setting['cust_darklayout'] == 'on') @else @endif @if (isset($setting['cust_darklayout']) && $setting['cust_darklayout'] == 'on') @endif

{{ __('HRMGo Saas') }}

HRM and Payroll Tool

Use these awesome forms to login or create new account in your project for free.

Datta Able Admin Template

Happy clients use Dashboard

{{-- --}}
{{-- --}}
{{-- --}}
{{-- --}}
{{-- --}}

HRMGo Saas

HRM and Payroll Tool

Use these awesome forms to login or create new account in your project for free.

Datta Able Admin Template
Datta Able Admin Template

HRMGo Saas

HRM and Payroll Tool

Use these awesome forms to login or create new account in your project for free.

Features All in one place HRMGo SaaS system

Use these awesome forms to login or create new account in your project for free.

ABOUT

Feature

Use these awesome forms to login or create new account in your project for free.

ABOUT

Feature

Use these awesome forms to login or create new account in your project for free.

ABOUT

Feature

Use these awesome forms to login or create new account in your project for free.

ABOUT

Feature

Use these awesome forms to login or create new account in your project for free.

HRMGo Saas

HRM and Payroll Tool

Use these awesome forms to login or create new account in your project for free.

Datta Able Admin Template
Datta Able Admin Template

HRMGo Saas

HRM and Payroll Tool

Use these awesome forms to login or create new account in your project for free.

Price All in one place HRMGo SaaS system

Use these awesome forms to login or create new account in your project for free.

STARTER $59/month

You have Free Unlimited Updates and
Premium Support on each package.

  • 2 team members
  • 20GB Cloud storage
  • Integration help
STARTER $59/month

You have Free Unlimited Updates and
Premium Support on each package.

  • 2 team members
  • 20GB Cloud storage
  • Integration help
  • Sketch Files
STARTER $119/month

You have Free Unlimited Updates and
Premium Support on each package.

  • 2 team members
  • 20GB Cloud storage
  • Integration help
  • 2 team members
  • 20GB Cloud storage
  • Integration help

Frequently Asked Questions

Use these awesome forms to login or create new account in your project for free.

This is the first item's accordion body. It is shown by default, until the collapse plugin adds the appropriate classes that we use to style each element. These classes control the overall appearance, as well as the showing and hiding via CSS transitions. You can modify any of this with custom CSS or overriding our default variables. It's also worth noting that just about any HTML can go within the .accordion-body, though the transition does limit overflow.

This is the second item's accordion body. It is hidden by default, until the collapse plugin adds the appropriate classes that we use to style each element. These classes control the overall appearance, as well as the showing and hiding via CSS transitions. You can modify any of this with custom CSS or overriding our default variables. It's also worth noting that just about any HTML can go within the .accordion-body, though the transition does limit overflow.

This is the third item's accordion body. It is hidden by default, until the collapse plugin adds the appropriate classes that we use to style each element. These classes control the overall appearance, as well as the showing and hiding via CSS transitions. You can modify any of this with custom CSS or overriding our default variables. It's also worth noting that just about any HTML can go within the .accordion-body, though the transition does limit overflow.

HRMGo Saas

HRM and Payroll Tool

Use these awesome forms to login or create new account in your project for free.

Admin
Admin
Admin
Admin
Admin
Admin
Admin
Admin
@stack('custom-scripts') @if ($enable_cookie['enable_cookie'] == 'on') @include('layouts.cookie_consent') @endif PK)Ze;   layouts/cookie_consent.blade.phpnu[@php $setting = \App\Models\Utility::getCookieSetting(); @endphp PK)Zx"X"Xlayouts/admin.blade.phpnu[@php $logo = \App\Models\Utility::get_file('uploads/logo/'); $company_favicon = \App\Models\Utility::getValByName('company_favicon'); $company_logo = \App\Models\Utility::GetLogo(); $SITE_RTL = \App\Models\Utility::getValByName('SITE_RTL'); $setting = \App\Models\Utility::colorset(); $color = !empty($setting['theme_color']) ? $setting['theme_color'] : 'theme-3'; $pusher_setting = \App\Models\Utility::settings(); $getseo = App\Models\Utility::getSeoSetting(); $metatitle = isset($getseo['meta_title']) ? $getseo['meta_title'] : ''; $metadesc = isset($getseo['meta_description']) ? $getseo['meta_description'] : ''; $meta_image = \App\Models\Utility::get_file('uploads/meta/'); $meta_logo = isset($getseo['meta_image']) ? $getseo['meta_image'] : ''; $enable_cookie = \App\Models\Utility::getCookieSetting('enable_cookie'); if (isset($setting['color_flag']) && $setting['color_flag'] == 'true') { $themeColor = 'custom-color'; } else { $themeColor = $color; } @endphp {{ \App\Models\Utility::getValByName('title_text') ? \App\Models\Utility::getValByName('title_text') : config('app.name', 'HRMGo SaaS') }} - @yield('page-title') @if ($SITE_RTL == 'on') @endif @if ($setting['cust_darklayout'] == 'on') @else @endif @if ($setting['cust_darklayout'] == 'on') @endif @stack('css-page')
@include('partial.Admin.menu') @include('partial.Admin.header')
@yield('content')
{{-- --}} @if (\App\Models\Utility::getValByName('gdpr_cookie') == 'on') @endif @if (\Auth::user()->type != 'super admin') @endif @if ($message = Session::get('success')) @endif @if ($message = Session::get('error')) @endif @stack('script-page') @stack('scripts') @include('Chatify::layouts.footerLinks') @stack('custom-scripts') @if ($enable_cookie['enable_cookie'] == 'on') @include('layouts.cookie_consent') @endif PK)Z5ׇlayouts/hrm_setup.blade.phpnu[
@can('Manage Branch') {{ __('Branch') }}
@endcan @can('Manage Department') {{ __('Department') }}
@endcan @can('Manage Designation') {{ __('Designation') }}
@endcan @can('Manage Leave Type') {{ __('Leave Type') }}
@endcan @can('Manage Document Type') {{ __('Document Type') }}
@endcan @can('Manage Payslip Type') {{ __('Payslip Type') }}
@endcan @can('Manage Allowance Option') {{ __('Allowance Option') }}
@endcan @can('Manage Loan Option') {{ __('Loan Option') }}
@endcan @can('Manage Deduction Option') {{ __('Deduction Option') }}
@endcan @can('Manage Goal Type') {{ __('Goal Type') }}
@endcan @can('Manage Training Type') {{ __('Training Type') }}
@endcan @can('Manage Award Type') {{ __('Award Type') }}
@endcan @can('Manage Termination Type') {{ __('Termination Type') }}
@endcan @can('Manage Job Category') {{ __('Job Category') }}
@endcan @can('Manage Job Stage') {{ __('Job Stage') }}
@endcan @can('Manage Performance Type') {{ __('Performance Type') }}
@endcan @can('Manage Competencies') {{ __('Competencies') }}
@endcan @can('Manage Expense Type') {{ __('Expense Type') }}
@endcan @can('Manage Income Type') {{ __('Income Type') }}
@endcan @can('Manage Payment Type') {{ __('Payment Type') }}
@endcan @can('Manage Contract Type') {{ __('Contract Type') }}
@endcan
PK)ZUlayouts/app.blade.phpnu[@php $enable_cookie = \App\Models\Utility::getCookieSetting('enable_cookie'); @endphp {{ config('app.name', 'Laravel') }}
@yield('content')
@stack('custom-scripts') @if($enable_cookie['enable_cookie'] == 'on') @include('layouts.cookie_consent') @endif PK)ZUsetting/test_mail.blade.phpnu[
@csrf
PK)Z.xx"setting/company_settings.blade.phpnu[@extends('layouts.admin') @section('page-title') {{ __('Settings') }} @endsection @php // $logo = asset(Storage::url('uploads/logo/')); $logo = \App\Models\Utility::get_file('uploads/logo/'); $company_logo = \App\Models\Utility::getValByName('company_logo'); $company_logo_light = \App\Models\Utility::getValByName('company_logo_light'); $company_favicon = \App\Models\Utility::getValByName('company_favicon'); $color = isset($settings['theme_color']) ? $settings['theme_color'] : 'theme-4'; $settings = App\Models\Utility::settings(); $currantLang = \App\Models\Utility::languages(); $SITE_RTL = \App\Models\Utility::getValByName('SITE_RTL'); $lang = \App\Models\Utility::getValByName('default_language'); @endphp @section('breadcrumb') @endsection @push('css-page') @endpush @push('script-page') @endpush @section('content')
{{ Form::model($settings, ['route' => 'business.setting', 'method' => 'POST', 'enctype' => 'multipart/form-data']) }}
{{ __('Business Settings') }}
{{ __('Logo dark') }}
@error('company_logo')
@enderror
{{ __('Logo Light') }}
{{-- --}}
@error('company_logo_light')
{{ $message }}
@enderror
{{ __('Favicon') }}
{{-- --}}
@error('company_favicon')
@enderror
{{ Form::label('title_text', __('Title Text'), ['class' => 'col-form-label']) }} {{ Form::text('title_text', null, ['class' => 'form-control', 'placeholder' => __('Enter Title Text')]) }} @error('title_text') {{ $message }} @enderror
{{ Form::label('default_language', __('Default Language'), ['class' => 'col-form-label']) }}
{{ Form::label('SITE_RTL', __('Enable RTL'), ['class' => 'col-form-label']) }}
{{ __('Theme Customizer') }}
{{ __('Primary color Settings') }}


{{ __('Sidebar Settings') }}

{{ __('Layout Settings') }}

{!! Form::close() !!}
{{ __('System Settings') }}
{{ Form::model($settings, ['route' => 'system.settings', 'method' => 'post']) }}
{{ Form::label('site_currency', __('Currency *'), ['class' => 'col-form-label']) }} {{ Form::text('site_currency', null, ['class' => 'form-control ']) }} {{ __('Note: Add currency code as per three-letter ISO code') }}. {{ __('You can find out how to do that here.') }} @error('site_currency')
{{ $message }} @enderror
{{ Form::label('site_currency_symbol', __('Currency Symbol *'), ['class' => 'col-form-label']) }} {{ Form::text('site_currency_symbol', null, ['class' => 'form-control']) }} @error('site_currency_symbol') {{ $message }} @enderror
{{-- {{Form::label('bug_prefix',__('Bug Prefix'),['class'=>'col-form-label']) }} {{Form::text('bug_prefix',null,array('class'=>'form-control'))}} @error('bug_prefix') {{ $message }} @enderror --}} {{ Form::label('employee_prefix', __('Employee Prefix'), ['class' => 'col-form-label']) }} {{ Form::text('employee_prefix', null, ['class' => 'form-control']) }} @error('employee_prefix') {{ $message }} @enderror
{!! Form::close() !!}
{{ Form::open(['route' => 'email.settings', 'method' => 'post']) }}
{{ __('Email Settings') }}
{{ __('This SMTP will be used for sending your company-level email. If this field is empty, then SuperAdmin SMTP will be used for sending emails.') }}
{{ Form::label('mail_driver', __('Mail Driver'), ['class' => 'col-form-label mail_driver']) }} {{ Form::text('mail_driver', isset($settings['mail_driver']) ? $settings['mail_driver'] : '', ['class' => 'form-control ', 'placeholder' => __('Enter Mail Driver')]) }} @error('mail_driver') {{ $message }} @enderror
{{ Form::label('mail_host', __('Mail Host'), ['class' => 'col-form-label']) }} {{ Form::text('mail_host', isset($settings['mail_host']) ? $settings['mail_host'] : '', ['class' => 'form-control ', 'placeholder' => __('Enter Mail Host')]) }} @error('mail_host') {{ $message }} @enderror
{{ Form::label('mail_port', __('Mail Port'), ['class' => 'col-form-label']) }} {{ Form::text('mail_port', isset($settings['mail_port']) ? $settings['mail_port'] : '', ['class' => 'form-control', 'placeholder' => __('Enter Mail Port')]) }} @error('mail_port') {{ $message }} @enderror
{{ Form::label('mail_username', __('Mail Username'), ['class' => 'col-form-label']) }} {{ Form::text('mail_username', isset($settings['mail_username']) ? $settings['mail_username'] : '', ['class' => 'form-control', 'placeholder' => __('Enter Mail Username')]) }} @error('mail_username') {{ $message }} @enderror
{{ Form::label('mail_password', __('Mail Password'), ['class' => 'col-form-label']) }} {{ Form::text('mail_password', isset($settings['mail_password']) ? $settings['mail_password'] : '', ['class' => 'form-control', 'placeholder' => __('Enter Mail Password')]) }} @error('mail_password') {{ $message }} @enderror
{{ Form::label('mail_encryption', __('Mail Encryption'), ['class' => 'col-form-label']) }} {{ Form::text('mail_encryption', isset($settings['mail_encryption']) ? $settings['mail_encryption'] : '', ['class' => 'form-control', 'placeholder' => __('Enter Mail Encryption')]) }} @error('mail_encryption') {{ $message }} @enderror
{{ Form::label('mail_from_address', __('Mail From Address'), ['class' => 'col-form-label']) }} {{ Form::text('mail_from_address', isset($settings['mail_from_address']) ? $settings['mail_from_address'] : '', ['class' => 'form-control', 'placeholder' => __('Enter Mail From Address')]) }} @error('mail_from_address') {{ $message }} @enderror
{{ Form::label('mail_from_name', __('Mail From Name'), ['class' => 'col-form-label']) }} {{ Form::text('mail_from_name', isset($settings['mail_from_name']) ? $settings['mail_from_name'] : '', ['class' => 'form-control', 'placeholder' => __('Enter Mail From Name')]) }} @error('mail_from_name') {{ $message }} @enderror
{{ Form::close() }}
{{ __('Company Settings') }}
{{ Form::model($settings, ['route' => 'company.settings', 'method' => 'post']) }}
{{ Form::label('company_name *', __('Company Name *'), ['class' => 'col-form-label']) }} {{ Form::text('company_name', null, ['class' => 'form-control ', 'placeholder' => 'Enter Company Name']) }} @error('company_name') {{ $message }} @enderror
{{ Form::label('company_address', __('Address'), ['class' => 'col-form-label']) }} {{ Form::text('company_address', null, ['class' => 'form-control ', 'placeholder' => 'Enter Address']) }} @error('company_address') {{ $message }} @enderror
{{ Form::label('company_city', __('City'), ['class' => 'col-form-label']) }} {{ Form::text('company_city', null, ['class' => 'form-control ', 'placeholder' => 'Enter City']) }} @error('company_city') {{ $message }} @enderror
{{ Form::label('company_state', __('State'), ['class' => 'col-form-label']) }} {{ Form::text('company_state', null, ['class' => 'form-control ', 'placeholder' => 'Enter State']) }} @error('company_state') {{ $message }} @enderror
{{ Form::label('company_zipcode', __('Zip/Post Code'), ['class' => 'col-form-label']) }} {{ Form::text('company_zipcode', null, ['class' => 'form-control', 'placeholder' => 'Enter Zip/Post Code']) }} @error('company_zipcode') {{ $message }} @enderror
{{ Form::label('company_country', __('Country'), ['class' => 'col-form-label']) }} {{ Form::text('company_country', null, ['class' => 'form-control', 'placeholder' => 'Enter Country']) }} @error('company_country') {{ $message }} @enderror
{{ Form::label('company_telephone', __('Telephone'), ['class' => 'col-form-label']) }} {{ Form::text('company_telephone', null, ['class' => 'form-control', 'placeholder' => 'Enter Telephone']) }} @error('company_telephone') {{ $message }} @enderror
{{--
{{ Form::label('company_email', __('System Email *'), ['class' => 'col-form-label']) }} {{ Form::text('company_email', null, ['class' => 'form-control', 'placeholder' => 'Enter System Email']) }} @error('company_email') {{ $message }} @enderror
{{ Form::label('company_email_from_name', __('Email (From Name) *'), ['class' => 'col-form-label']) }} {{ Form::text('company_email_from_name', null, ['class' => 'form-control ', 'placeholder' => 'Enter Email']) }} @error('company_email_from_name') {{ $message }} @enderror
--}}
{{ Form::label('company_start_time', __('Company Start Time *'), ['class' => 'col-form-label']) }} {{ Form::time('company_start_time', null, ['class' => 'form-control timepicker_format']) }} @error('company_start_time') {{ $message }} @enderror
{{ Form::label('company_end_time', __('Company End Time *'), ['class' => 'col-form-label']) }} {{ Form::time('company_end_time', null, ['class' => 'form-control timepicker_format']) }} @error('company_end_time') {{ $message }} @enderror
{{ Form::label('timezone', __('Timezone'), ['class' => 'col-form-label']) }} @error('timezone') {{ $message }} @enderror
{{ Form::close() }}
{{--
@foreach ($EmailTemplates as $EmailTemplate) {{ Form::model($settings, ['route' => ['company.email.setting', $EmailTemplate->id], 'method' => 'get']) }} @csrf @endforeach
{{ __('Email Notification Settings') }}
@foreach ($EmailTemplates as $EmailTemplate)
template->is_active == 1) checked="checked" @endif type="checkbox" value="1" data-url="{{ route('company.email.setting', [$EmailTemplate->template->id]) }}" />
@endforeach
{{ Form::close() }}
--}}
{{ Form::model($settings, ['route' => ['company.email.setting'], 'method' => 'post']) }} @csrf
{{ __('Email Notification Settings') }}
@foreach ($EmailTemplates as $EmailTemplate)
template->is_active == 1) checked="checked" @endif type="checkbox" value="1" data-url="{{ route('company.email.setting', [$EmailTemplate->template->id]) }}" />
@endforeach
{{ Form::close() }}
{{ __('IP Restriction Settings') }}
@foreach ($ips as $ip) @endforeach
{{ __('IP') }} {{ 'Action' }}
{{ $ip->ip }} @can('Manage Company Settings')
@endcan @can('Manage Company Settings')
{!! Form::open(['method' => 'DELETE', 'route' => ['destroy.ip', $ip->id], 'id' => 'delete-form-' . $ip->id]) !!} {!! Form::close() !!}
@endcan
@if (Auth::user()->type == 'company')
{{ __('Zoom Meeting Settings') }}
{{ Form::open(['route' => 'zoom.settings', 'method' => 'post']) }}
{{ Form::label('zoom_account_id', __('Zoom Account ID'), ['class' => 'col-form-label']) }} {{ Form::text('zoom_account_id', isset($settings['zoom_account_id']) ? $settings['zoom_account_id'] : '', ['class' => 'form-control ', 'placeholder' => 'Enter Zoom Account ID']) }}
{{ Form::label('zoom_client_id', __('Zoom Client ID'), ['class' => 'col-form-label']) }} {{ Form::text('zoom_client_id', isset($settings['zoom_client_id']) ? $settings['zoom_client_id'] : '', ['class' => 'form-control ', 'placeholder' => 'Enter Zoom Client ID']) }}
{{ Form::label('zoom_client_secret', __('Zoom Client Secret Key'), ['class' => 'col-form-label']) }} {{ Form::text('zoom_client_secret', isset($settings['zoom_client_secret']) ? $settings['zoom_client_secret'] : '', ['class' => 'form-control ', 'placeholder' => 'Enter Zoom Client Secret Key']) }}
{{ Form::close() }}
{{ __('Slack Settings') }}
{{ __('Slack Notification Settings') }}
{{ Form::open(['route' => 'slack.setting', 'id' => 'slack-setting', 'method' => 'post', 'class' => 'd-contents']) }}
{{ Form::label('Slack Webhook URL', __('Slack Webhook URL'), ['class' => 'col-form-label']) }} {{ Form::text('slack_webhook', isset($settings['slack_webhook']) ? $settings['slack_webhook'] : '', ['class' => 'form-control w-100', 'placeholder' => __('Enter Slack Webhook URL'), 'required' => 'required']) }}
{{-- {{ Form::label('Module Setting', __('Module Setting'), ['class' => 'col-form-label']) }} --}}
  • {{ Form::label('Monthly payslip create', __('New Monthly Payslip'), ['class' => 'col-form-label']) }}
    {{ Form::checkbox('monthly_payslip_notification', '1', isset($settings['monthly_payslip_notification']) && $settings['monthly_payslip_notification'] == '1' ? 'checked' : '', ['class' => 'form-check-input', 'id' => 'monthly_payslip_notification']) }}
  • {{ Form::label('Award create', __('New Award'), ['class' => 'col-form-label']) }}
    {{ Form::checkbox('award_notification', '1', isset($settings['award_notification']) && $settings['award_notification'] == '1' ? 'checked' : '', ['class' => 'form-check-input', 'id' => 'award_notification']) }}
  • {{ Form::label('Ticket create', __('New Ticket'), ['class' => 'col-form-label']) }}
    {{ Form::checkbox('ticket_notification', '1', isset($settings['ticket_notification']) && $settings['ticket_notification'] == '1' ? 'checked' : '', ['class' => 'form-check-input', 'id' => 'ticket_notification']) }}
  • {{ Form::label('Announcement create', __('New Announcement'), ['class' => 'col-form-label']) }}
    {{ Form::checkbox('Announcement_notification', '1', isset($settings['Announcement_notification']) && $settings['Announcement_notification'] == '1' ? 'checked' : '', ['class' => 'form-check-input', 'id' => 'Announcement_notification']) }}
  • {{ Form::label('Holidays create', __('New Holidays'), ['class' => 'col-form-label']) }}
    {{ Form::checkbox('Holiday_notification', '1', isset($settings['Holiday_notification']) && $settings['Holiday_notification'] == '1' ? 'checked' : '', ['class' => 'form-check-input', 'id' => 'Holiday_notification']) }}
  • {{ Form::label('Event create', __('New Event'), ['class' => 'col-form-label']) }}
    {{ Form::checkbox('event_notification', '1', isset($settings['event_notification']) && $settings['event_notification'] == '1' ? 'checked' : '', ['class' => 'form-check-input', 'id' => 'event_notification']) }}
  • {{ Form::label('Meeting create', __('New Meeting'), ['class' => 'col-form-label']) }}
    {{ Form::checkbox('meeting_notification', '1', isset($settings['meeting_notification']) && $settings['meeting_notification'] == '1' ? 'checked' : '', ['class' => 'form-check-input', 'id' => 'meeting_notification']) }}
  • {{ Form::label('Company policy create', __('New Company Policy'), ['class' => 'col-form-label']) }}
    {{ Form::checkbox('company_policy_notification', '1', isset($settings['company_policy_notification']) && $settings['company_policy_notification'] == '1' ? 'checked' : '', ['class' => 'form-check-input', 'id' => 'company_policy_notification']) }}
  • {{ Form::label('Contract create', __('New Contract'), ['class' => 'col-form-label']) }}
    {{ Form::checkbox('contract_notification', '1', isset($settings['contract_notification']) && $settings['contract_notification'] == '1' ? 'checked' : '', ['class' => 'form-check-input', 'id' => 'contract_notification']) }}
{{ Form::close() }}
{{ __('Telegram Settings') }}
{{ __('Telegram Notification Settings') }}
{{ Form::open(['route' => 'telegram.setting', 'id' => 'telegram-setting', 'method' => 'post', 'class' => 'd-contents']) }}
{{ Form::label('Telegram Access Token', __('Telegram Access Token'), ['class' => 'col-form-label']) }} {{ Form::text('telegram_accestoken', isset($settings['telegram_accestoken']) ? $settings['telegram_accestoken'] : '', ['class' => 'form-control', 'placeholder' => __('Enter Telegram AccessToken')]) }}
{{ Form::label('Telegram ChatID', __('Telegram ChatID'), ['class' => 'col-form-label']) }} {{ Form::text('telegram_chatid', isset($settings['telegram_chatid']) ? $settings['telegram_chatid'] : '', ['class' => 'form-control', 'placeholder' => __('Enter Telegram ChatID')]) }}
{{-- {{ Form::label('Module Setting', __('Module Setting'), ['class' => 'col-form-label']) }} --}}
  • {{ Form::label('Monthly payslip create', __('New Monthly Payslip'), ['class' => 'col-form-label']) }}
    {{ Form::checkbox('telegram_monthly_payslip_notification', '1', isset($settings['telegram_monthly_payslip_notification']) && $settings['telegram_monthly_payslip_notification'] == '1' ? 'checked' : '', ['class' => 'form-check-input', 'id' => 'telegram_monthly_payslip_notification']) }}
  • {{ Form::label('Award create', __('New Award'), ['class' => 'col-form-label']) }}
    {{ Form::checkbox('telegram_award_notification', '1', isset($settings['telegram_award_notification']) && $settings['telegram_award_notification'] == '1' ? 'checked' : '', ['class' => 'form-check-input', 'id' => 'telegram_award_notification']) }}
  • {{ Form::label('Ticket create', __('New Ticket '), ['class' => 'col-form-label']) }}
    {{ Form::checkbox('telegram_ticket_notification', '1', isset($settings['telegram_ticket_notification']) && $settings['telegram_ticket_notification'] == '1' ? 'checked' : '', ['class' => 'form-check-input', 'id' => 'telegram_ticket_notification']) }}
  • {{ Form::label('Announcement create', __('New Announcement'), ['class' => 'col-form-label']) }}
    {{ Form::checkbox('telegram_Announcement_notification', '1', isset($settings['telegram_Announcement_notification']) && $settings['telegram_Announcement_notification'] == '1' ? 'checked' : '', ['class' => 'form-check-input', 'id' => 'telegram_Announcement_notification']) }}
  • {{ Form::label('Holidays create', __('New Holidays '), ['class' => 'col-form-label']) }}
    {{ Form::checkbox('telegram_Holiday_notification', '1', isset($settings['telegram_Holiday_notification']) && $settings['telegram_Holiday_notification'] == '1' ? 'checked' : '', ['class' => 'form-check-input', 'id' => 'telegram_Holiday_notification']) }}
  • {{ Form::label('Event create', __('New Event'), ['class' => 'col-form-label']) }}
    {{ Form::checkbox('telegram_event_notification', '1', isset($settings['telegram_event_notification']) && $settings['telegram_event_notification'] == '1' ? 'checked' : '', ['class' => 'form-check-input', 'id' => 'telegram_event_notification']) }}
  • {{ Form::label('Meeting create', __('New Meeting'), ['class' => 'col-form-label']) }}
    {{ Form::checkbox('telegram_meeting_notification', '1', isset($settings['telegram_meeting_notification']) && $settings['telegram_meeting_notification'] == '1' ? 'checked' : '', ['class' => 'form-check-input', 'id' => 'telegram_meeting_notification']) }}
  • {{ Form::label('Company policy create', __('New Company Policy '), ['class' => 'col-form-label']) }}
    {{ Form::checkbox('telegram_company_policy_notification', '1', isset($settings['telegram_company_policy_notification']) && $settings['telegram_company_policy_notification'] == '1' ? 'checked' : '', ['class' => 'form-check-input', 'id' => 'telegram_company_policy_notification']) }}
  • {{ Form::label('Contract create', __('New Contract'), ['class' => 'col-form-label']) }}
    {{ Form::checkbox('telegram_contract_notification', '1', isset($settings['telegram_contract_notification']) && $settings['telegram_contract_notification'] == '1' ? 'checked' : '', ['class' => 'form-check-input', 'id' => 'telegram_contract_notification']) }}
{{ Form::close() }}
{{ __('Twilio Settings') }}
{{ __('Twilio Notification Settings') }}
{{ Form::open(['route' => 'twilio.setting', 'id' => 'twilio-setting', 'method' => 'post', 'class' => 'd-contents']) }}
{{ Form::label('Twilio SID', __('Twilio SID'), ['class' => 'col-form-label']) }} {{ Form::text('twilio_sid', isset($settings['twilio_sid']) ? $settings['twilio_sid'] : '', ['class' => 'form-control', 'placeholder' => __('Enter Twilio Sid')]) }}
{{ Form::label('Twilio Token', __('Twilio Token'), ['class' => 'col-form-label']) }} {{ Form::text('twilio_token', isset($settings['twilio_token']) ? $settings['twilio_token'] : '', ['class' => 'form-control', 'placeholder' => __('Enter Twilio Token')]) }}
{{ Form::label('Twilio From', __('Twilio From'), ['class' => 'col-form-label']) }} {{ Form::text('twilio_from', isset($settings['twilio_from']) ? $settings['twilio_from'] : '', ['class' => 'form-control', 'placeholder' => __('Enter Twilio From')]) }}
{{-- {{ Form::label('Module Setting', __('Module Setting'), ['class' => 'col-form-label']) }} --}}
  • {{ Form::label('Payslip create', __('New Monthly Payslip'), ['class' => 'col-form-label']) }}
    {{ Form::checkbox('twilio_monthly_payslip_notification', '1', isset($settings['twilio_monthly_payslip_notification']) && $settings['twilio_monthly_payslip_notification'] == '1' ? 'checked' : '', ['class' => 'form-check-input', 'id' => 'twilio_monthly_payslip_notification']) }}
  • {{ Form::label('Leave Approve/Reject', __('Leave Approve/Reject'), ['class' => 'col-form-label']) }}
    {{ Form::checkbox('twilio_leave_approve_notification', '1', isset($settings['twilio_leave_approve_notification']) && $settings['twilio_leave_approve_notification'] == '1' ? 'checked' : '', ['class' => 'form-check-input', 'id' => 'twilio_leave_approve_notification']) }}
  • {{ Form::label('Ticket create', __('New Ticket '), ['class' => 'col-form-label']) }}
    {{ Form::checkbox('twilio_ticket_notification', '1', isset($settings['twilio_ticket_notification']) && $settings['twilio_ticket_notification'] == '1' ? 'checked' : '', ['class' => 'form-check-input', 'id' => 'twilio_ticket_notification']) }}
  • {{ Form::label('Award create', __('New Award'), ['class' => 'col-form-label']) }}
    {{ Form::checkbox('twilio_award_notification', '1', isset($settings['twilio_award_notification']) && $settings['twilio_award_notification'] == '1' ? 'checked' : '', ['class' => 'form-check-input', 'id' => 'twilio_award_notification']) }}
  • {{ Form::label('Trip create', __('New Trip '), ['class' => 'col-form-label']) }}
    {{ Form::checkbox('twilio_trip_notification', '1', isset($settings['twilio_trip_notification']) && $settings['twilio_trip_notification'] == '1' ? 'checked' : '', ['class' => 'form-check-input', 'id' => 'twilio_trip_notification']) }}
  • {{ Form::label('Event create', __('New Event'), ['class' => 'col-form-label']) }}
    {{ Form::checkbox('twilio_event_notification', '1', isset($settings['twilio_event_notification']) && $settings['twilio_event_notification'] == '1' ? 'checked' : '', ['class' => 'form-check-input', 'id' => 'twilio_event_notification']) }}
  • {{ Form::label('Announcement create', __('New Announcement '), ['class' => 'col-form-label']) }}
    {{ Form::checkbox('twilio_announcement_notification', '1', isset($settings['twilio_announcement_notification']) && $settings['twilio_announcement_notification'] == '1' ? 'checked' : '', ['class' => 'form-check-input', 'id' => 'twilio_announcement_notification']) }}
{{ Form::close() }}
@endif
{{ __('Offer Letter Settings') }}
{{ __('Placeholders') }}

{{ __('Applicant Name') }} : {applicant_name}

{{ __('Company Name') }} : {app_name}

{{ __('Job title') }} : {job_title}

{{ __('Job type') }} : {job_type}

{{ __('Proposed Start Date') }} : {start_date}

{{ __('Working Location') }} : {workplace_location}

{{ __('Days Of Week') }} : {days_of_week}

{{ __('Salary') }} : {salary}

{{ __('Salary Type') }} : {salary_type}

{{ __('Salary Duration') }} : {salary_duration}

{{ __('Offer Expiration Date') }} : {offer_expiration_date}

{{ Form::open(['route' => ['offerlatter.update', $offerlang], 'method' => 'post']) }}
{{ Form::label('content', __(' Format'), ['class' => 'form-label text-dark']) }}
{{ Form::close() }}
{{ __('Joining Letter Settings') }}
{{ __('Placeholders') }}

{{ __('Applicant Name') }} : {date}

{{ __('Company Name') }} : {app_name}

{{ __('Employee Name') }} : {employee_name}

{{ __('Address') }} : {address}

{{ __('Designation') }} : {designation}

{{ __('Start Date') }} : {start_date}

{{ __('Branch') }} : {branch}

{{ __('Start Time') }} : {start_time}

{{ __('End Time') }} : {end_time}

{{ __('Number of Hours') }} : {total_hours}

{{ Form::open(['route' => ['joiningletter.update', $joininglang], 'method' => 'post']) }}
{{ Form::label('content', __(' Format'), ['class' => 'form-label text-dark']) }}
{{ Form::close() }}
{{ __('Certificate of Experience Settings') }}
{{ __('Placeholders') }}

{{ __('Company Name') }} : {app_name}

{{ __('Employee Name') }} : {employee_name}

{{ __('Date of Issuance') }} : {date}

{{ __('Designation') }} : {designation}

{{ __('Start Date') }} : {start_date}

{{ __('Branch') }} : {branch}

{{ __('Start Time') }} : {start_time}

{{ __('End Time') }} : {end_time}

{{ __('Number of Hours') }} : {total_hours}

{{ Form::open(['route' => ['experiencecertificate.update', $explang], 'method' => 'post']) }}
{{ Form::label('content', __(' Format'), ['class' => 'form-label text-dark']) }}
{{ Form::close() }}
{{ __('No Objection Certificate Settings') }}
{{ __('Placeholders') }}

{{ __('Date') }} : {date}

{{ __('Company Name') }} : {app_name}

{{ __('Employee Name') }} : {employee_name}

{{ __('Designation') }} : {designation}

{{ Form::open(['route' => ['noc.update', $noclang], 'method' => 'post']) }}
{{ Form::label('content', __(' Format'), ['class' => 'form-label text-dark']) }}
{{ Form::close() }}
{{-- Google calendar --}}
{{ Form::open(['url' => route('google.calender.settings'), 'enctype' => 'multipart/form-data']) }}
{{ __('Google Calendar') }}
{{ Form::label('Google calendar id', __('Google Calendar Id'), ['class' => 'col-form-label']) }} {{ Form::text('google_clender_id', !empty($settings['google_clender_id']) ? $settings['google_clender_id'] : '', ['class' => 'form-control ', 'placeholder' => 'Google Calendar Id']) }}
{{ Form::label('Google calendar json file', __('Google Calendar JSON File'), ['class' => 'col-form-label']) }}
{{ Form::close() }}
{{-- Webhook Settings --}}
{{ __('Webhook Settings') }}
@can('Create Webhook') @endcan
@foreach ($webhooks as $webhook) @endforeach
{{ __('Module') }} {{ __('URL') }} {{ __('Method') }} {{ 'Action' }}
{{ $webhook->module }} {{ $webhook->url }} {{ $webhook->method }} @can('Edit Webhook')
@endcan @can('Delete Webhook')
{!! Form::open([ 'method' => 'DELETE', 'route' => ['destroy.webhook', $webhook->id], 'id' => 'delete-form-' . $webhook->id, ]) !!} {!! Form::close() !!}
@endcan
{{-- Biometric Attendance Seetings --}}
{{ Form::open(['route' => ['biometric-settings.store'], 'method' => 'post']) }}
{{ __('Biometric Attendance') }}
{{ __('Note') }}: {{ __('Note that you can use the biometric attendance system only if you are using the ZKTeco machine for biometric attendance.') }}
{{ Form::label('zkteco_api_url', __('ZKTeco Api URL'), ['class' => 'col-form-label']) }} {{ Form::text('zkteco_api_url', !empty($settings['zkteco_api_url']) ? $settings['zkteco_api_url'] : '', ['class' => 'form-control ', 'placeholder' => 'ZKTeco Api URL', 'required' => 'required']) }} {{ __('Example:') }} http://110.78.645.123:8080
{{ Form::label('username', __('Username'), ['class' => 'col-form-label']) }} {{ Form::text('username', !empty($settings['username']) ? $settings['username'] : '', ['class' => 'form-control ', 'placeholder' => 'Username', 'required' => 'required']) }}
{{ Form::label('user_password', __('Password'), ['class' => 'col-form-label']) }} {{ Form::text('user_password', !empty($settings['user_password']) ? $settings['user_password'] : '', ['class' => 'form-control ', 'placeholder' => 'Password', 'required' => 'required']) }}
{{ Form::label('auth_token', __('Auth Token'), ['class' => 'form-label']) }} @if (empty($settings['auth_token'])) {{ __('Please first generate auth token.') }} @endif {{ Form::textarea('', !empty($settings['auth_token']) ? $settings['auth_token'] : null, ['class' => 'form-control font-style', 'disabled' => 'disabled', 'rows' => 3]) }}
{{ Form::close() }}
@endsection PK)ZqGG!setting/system_settings.blade.phpnu[@extends('layouts.admin') @section('page-title') {{ __('Settings') }} @endsection @section('action-button') @endsection @push('script-page') @endpush @section('breadcrumb') @endsection @php // $logo = asset(Storage::url('uploads/logo/')); $logo = \App\Models\Utility::get_file('uploads/logo/'); $meta_image = \App\Models\Utility::get_file('uploads/meta/'); $lang = \App\Models\Utility::getValByName('default_language'); $color = isset($settings['theme_color']) ? $settings['theme_color'] : 'theme-3'; $flag = !empty($settings['color_flag']) ? $settings['color_flag'] : ''; // $is_sidebar_transperent = isset($settings['is_sidebar_transperent']) ? $settings['is_sidebar_transperent'] : ''; // $dark_mode = isset($settings['dark_mode']) ? $settings['dark_mode'] : ''; $setting = \App\Models\Utility::settings(); $SITE_RTL = $settings['SITE_RTL']; if ($SITE_RTL == '') { $SITE_RTL == 'off'; } $file_type = config('files_types'); $setting = \App\Models\Utility::settings(); $local_storage_validation = $setting['local_storage_validation']; $local_storage_validations = explode(',', $local_storage_validation); $s3_storage_validation = $setting['s3_storage_validation']; $s3_storage_validations = explode(',', $s3_storage_validation); $wasabi_storage_validation = $setting['wasabi_storage_validation']; $wasabi_storage_validations = explode(',', $wasabi_storage_validation); $chatgpt_key = Utility::getValByName('chatgpt_key'); $chatgpt_enable = !empty($chatgpt_key); $google_recaptcha_version = ['v2-checkbox' => __('v2'), 'v3' => __('v3')]; @endphp @if ($color == 'theme-1') @endif @if ($color == 'theme-2') @endif @if ($color == 'theme-4') @endif @section('content')
{{ Form::model($settings, ['route' => 'settings.store', 'method' => 'POST', 'enctype' => 'multipart/form-data']) }}
{{ __('Brand Settings') }}
{{ __('Logo dark') }}
@error('logo')
@enderror
{{ __('Logo Light') }}
@error('logo_light')
{{ $message }}
@enderror
{{ __('Favicon') }}
@error('favicon')
{{ $message }}
@enderror
{{ Form::label('title_text', __('Title Text'), ['class' => 'col-form-label']) }} {{ Form::text('title_text', null, ['class' => 'form-control', 'placeholder' => __('Title Text')]) }} @error('title_text') {{ $message }} @enderror
{{ Form::label('footer_text', __('Footer Text'), ['class' => 'col-form-label']) }} {{ Form::text('footer_text', null, ['class' => 'form-control', 'placeholder' => __('Footer Text')]) }} @error('footer_text') {{ $message }} @enderror
{{ Form::label('default_language', __('Default Language'), ['class' => 'col-form-label']) }}
{{ Form::label('display_landing_page', __('Enable Landing Page'), ['class' => 'col-form-label']) }}
{{ Form::label('SITE_RTL', __('Enable RTL'), ['class' => 'col-form-label']) }}
{{ Form::label('disable_signup_button', __('Enable Sign-Up Page'), ['class' => 'col-form-label']) }}
{{ Form::label('email_verification', __('Email Verification'), ['class' => 'col-form-label']) }}
{{ __('Theme Customizer') }}
{{ __('Primary color Settings') }}


{{ __('Sidebar Settings') }}

{{ __('Layout Settings') }}

{{ Form::close() }}
{{ Form::open(['route' => 'email.settings', 'method' => 'post']) }}
{{ __('Email Settings') }}
{{ __('This SMTP will be used for system-level email sending. Additionally, if a company user does not set their SMTP, then this SMTP will be used for sending emails.') }}
{{ Form::label('mail_driver', __('Mail Driver'), ['class' => 'col-form-label mail_driver']) }} {{ Form::text('mail_driver', isset($setting['mail_driver']) ? $setting['mail_driver'] : '', ['class' => 'form-control ', 'placeholder' => __('Enter Mail Driver')]) }} @error('mail_driver') {{ $message }} @enderror
{{ Form::label('mail_host', __('Mail Host'), ['class' => 'col-form-label']) }} {{ Form::text('mail_host', isset($setting['mail_host']) ? $setting['mail_host'] : '', ['class' => 'form-control ', 'placeholder' => __('Enter Mail Host')]) }} @error('mail_host') {{ $message }} @enderror
{{ Form::label('mail_port', __('Mail Port'), ['class' => 'col-form-label']) }} {{ Form::text('mail_port', isset($setting['mail_port']) ? $setting['mail_port'] : '', ['class' => 'form-control', 'placeholder' => __('Enter Mail Port')]) }} @error('mail_port') {{ $message }} @enderror
{{ Form::label('mail_username', __('Mail Username'), ['class' => 'col-form-label']) }} {{ Form::text('mail_username', isset($setting['mail_username']) ? $setting['mail_username'] : '', ['class' => 'form-control', 'placeholder' => __('Enter Mail Username')]) }} @error('mail_username') {{ $message }} @enderror
{{ Form::label('mail_password', __('Mail Password'), ['class' => 'col-form-label']) }} {{ Form::text('mail_password', isset($setting['mail_password']) ? $setting['mail_password'] : '', ['class' => 'form-control', 'placeholder' => __('Enter Mail Password')]) }} @error('mail_password') {{ $message }} @enderror
{{ Form::label('mail_encryption', __('Mail Encryption'), ['class' => 'col-form-label']) }} {{ Form::text('mail_encryption', isset($setting['mail_encryption']) ? $setting['mail_encryption'] : '', ['class' => 'form-control', 'placeholder' => __('Enter Mail Encryption')]) }} @error('mail_encryption') {{ $message }} @enderror
{{ Form::label('mail_from_address', __('Mail From Address'), ['class' => 'col-form-label']) }} {{ Form::text('mail_from_address', isset($setting['mail_from_address']) ? $setting['mail_from_address'] : '', ['class' => 'form-control', 'placeholder' => __('Enter Mail From Address')]) }} @error('mail_from_address') {{ $message }} @enderror
{{ Form::label('mail_from_name', __('Mail From Name'), ['class' => 'col-form-label']) }} {{ Form::text('mail_from_name', isset($setting['mail_from_name']) ? $setting['mail_from_name'] : '', ['class' => 'form-control', 'placeholder' => __('Enter Mail From Name')]) }} @error('mail_from_name') {{ $message }} @enderror
{{ Form::close() }}
{{ 'Payment Settings' }}
{{ __('These details will be used to collect subscription plan payments.Each subscription plan will have a payment button based on the below configuration.') }}
{{ Form::open(['route' => 'payment.settings', 'method' => 'post']) }} @csrf
{{ Form::text('currency', isset($admin_payment_setting['currency']) ? $admin_payment_setting['currency'] : '', ['class' => 'form-control font-style', 'required', 'placeholder' => __('Enter Currency')]) }} {{ __('Note: Add currency code as per three-letter ISO code') }}. {{ __('You can find out how to do that here.') }}
{{ Form::text('currency_symbol', isset($admin_payment_setting['currency_symbol']) ? $admin_payment_setting['currency_symbol'] : '', ['class' => 'form-control', 'required', 'placeholder' => __('Enter Currency Symbol')]) }}

{{ Form::label('stripe_key', __('Stripe Key'), ['class' => 'col-form-label']) }} {{ Form::text('stripe_key', isset($admin_payment_setting['stripe_key']) ? $admin_payment_setting['stripe_key'] : '', ['class' => 'form-control', 'placeholder' => __('Enter Stripe Key')]) }} @if ($errors->has('stripe_key')) {{ $errors->first('stripe_key') }} @endif
{{ Form::label('stripe_secret', __('Stripe Secret'), ['class' => 'col-form-label']) }} {{ Form::text('stripe_secret', isset($admin_payment_setting['stripe_secret']) ? $admin_payment_setting['stripe_secret'] : '', ['class' => 'form-control ', 'placeholder' => __('Enter Stripe Secret')]) }} @if ($errors->has('stripe_secret')) {{ $errors->first('stripe_secret') }} @endif

{{ __('Requesting Manual payment for the planned amount for the subscriptions plan.') }}

{!! Form::label('bank_details', 'Bank Details', ['class' => 'col-form-label']) !!} {!! Form::textarea( 'bank_details', isset($admin_payment_setting['bank_details']) ? $admin_payment_setting['bank_details'] : '', ['class' => 'form-control', 'rows' => '9', 'cols' => '20'], ) !!} {{ __('Example : Bank : Bank Name
Account Number : 0000 0000
') }}.


@if ($errors->has('paytm_merchant_id')) {{ $errors->first('paytm_merchant_id') }} @endif
@if ($errors->has('paytm_merchant_key')) {{ $errors->first('paytm_merchant_key') }} @endif
@if ($errors->has('paytm_industry_type')) {{ $errors->first('paytm_industry_type') }} @endif


@if ($errors->has('mercado_secret_key')) {{ $errors->first('mercado_access_token') }} @endif

@if ($errors->has('skrill_email')) {{ $errors->first('skrill_email') }} @endif




@if ($errors->has('paytab_profile_id')) {{ $errors->first('paytab_profile_id') }} @endif
@if ($errors->has('paytab_server_key')) {{ $errors->first('paytab_server_key') }} @endif

@if ($errors->has('paytab_region')) {{ $errors->first('paytab_region') }} @endif

{{ Form::label('benefit_api_key', __('Benefit Key'), ['class' => 'col-form-label']) }} {{ Form::text('benefit_api_key', isset($admin_payment_setting['benefit_api_key']) ? $admin_payment_setting['benefit_api_key'] : '', ['class' => 'form-control', 'placeholder' => __('Enter Benefit Key')]) }} @error('benefit_api_key') {{ $message }} @enderror
{{ Form::label('benefit_secret_key', __('Benefit Secret Key'), ['class' => 'col-form-label']) }} {{ Form::text('benefit_secret_key', isset($admin_payment_setting['benefit_secret_key']) ? $admin_payment_setting['benefit_secret_key'] : '', ['class' => 'form-control ', 'placeholder' => __('Enter Benefit Secret key')]) }} @error('benefit_secret_key') {{ $message }} @enderror

{{ Form::label('cashfree_api_key', __('Cashfree Key'), ['class' => 'col-form-label']) }} {{ Form::text('cashfree_api_key', isset($admin_payment_setting['cashfree_api_key']) ? $admin_payment_setting['cashfree_api_key'] : '', ['class' => 'form-control', 'placeholder' => __('Enter Cashfree Key')]) }} @error('cashfree_api_key') {{ $message }} @enderror
{{ Form::label('cashfree_secret_key', __('Cashfree Secret Key'), ['class' => 'col-form-label']) }} {{ Form::text('cashfree_secret_key', isset($admin_payment_setting['cashfree_secret_key']) ? $admin_payment_setting['cashfree_secret_key'] : '', ['class' => 'form-control ', 'placeholder' => __('Enter Cashfree Secret key')]) }} @error('cashfree_secret_key') {{ $message }} @enderror

{{ Form::label('aamarpay_store_id', __('Store Id'), ['class' => 'form-label']) }} {{ Form::text('aamarpay_store_id', isset($admin_payment_setting['aamarpay_store_id']) ? $admin_payment_setting['aamarpay_store_id'] : '', ['class' => 'form-control', 'placeholder' => __('Store Id')]) }}
@if ($errors->has('aamarpay_store_id')) {{ $errors->first('aamarpay_store_id') }} @endif
{{ Form::label('aamarpay_signature_key', __('Signature Key'), ['class' => 'form-label']) }} {{ Form::text('aamarpay_signature_key', isset($admin_payment_setting['aamarpay_signature_key']) ? $admin_payment_setting['aamarpay_signature_key'] : '', ['class' => 'form-control', 'placeholder' => __('Signature Key')]) }}
@if ($errors->has('aamarpay_signature_key')) {{ $errors->first('aamarpay_signature_key') }} @endif
{{ Form::label('aamarpay_description', __('Description'), ['class' => 'form-label']) }} {{ Form::text('aamarpay_description', isset($admin_payment_setting['aamarpay_description']) ? $admin_payment_setting['aamarpay_description'] : '', ['class' => 'form-control', 'placeholder' => __('Description')]) }}
@if ($errors->has('aamarpay_description')) {{ $errors->first('aamarpay_description') }} @endif

{{ Form::label('paytr_merchant_id', __('Merchant Id'), ['class' => 'form-label']) }} {{ Form::text('paytr_merchant_id', isset($admin_payment_setting['paytr_merchant_id']) ? $admin_payment_setting['paytr_merchant_id'] : '', ['class' => 'form-control', 'placeholder' => __('Merchant Id')]) }}
@if ($errors->has('paytr_merchant_id')) {{ $errors->first('paytr_merchant_id') }} @endif
{{ Form::label('paytr_merchant_key', __('Merchant Key'), ['class' => 'form-label']) }} {{ Form::text('paytr_merchant_key', isset($admin_payment_setting['paytr_merchant_key']) ? $admin_payment_setting['paytr_merchant_key'] : '', ['class' => 'form-control', 'placeholder' => __('Merchant Key')]) }}
@if ($errors->has('paytr_merchant_key')) {{ $errors->first('paytr_merchant_key') }} @endif
{{ Form::label('paytr_merchant_salt', __('Merchant Salt'), ['class' => 'form-label']) }} {{ Form::text('paytr_merchant_salt', isset($admin_payment_setting['paytr_merchant_salt']) ? $admin_payment_setting['paytr_merchant_salt'] : '', ['class' => 'form-control', 'placeholder' => __('Merchant Salt')]) }}
@if ($errors->has('paytr_merchant_salt')) {{ $errors->first('paytr_merchant_salt') }} @endif

@if ($errors->has('yookassa_shop_id')) {{ $errors->first('yookassa_shop_id') }} @endif
@if ($errors->has('yookassa_secret')) {{ $errors->first('yookassa_secret') }} @endif


@if ($errors->has('midtrans_secret')) {{ $errors->first('midtrans_secret') }} @endif

@if ($errors->has('xendit_api')) {{ $errors->first('xendit_api') }} @endif
@if ($errors->has('xendit_token')) {{ $errors->first('xendit_token') }} @endif


{{ Form::label('nepalste_public_key', __('Public Key'), ['class' => 'form-label']) }} {{ Form::text('nepalste_public_key', isset($admin_payment_setting['nepalste_public_key']) ? $admin_payment_setting['nepalste_public_key'] : '', ['class' => 'form-control', 'placeholder' => __('Public Key')]) }}
@if ($errors->has('nepalste_public_key')) {{ $errors->first('nepalste_public_key') }} @endif
{{ Form::label('nepalste_secret_key', __('Secret Key'), ['class' => 'form-label']) }} {{ Form::text('nepalste_secret_key', isset($admin_payment_setting['nepalste_secret_key']) ? $admin_payment_setting['nepalste_secret_key'] : '', ['class' => 'form-control', 'placeholder' => __('Secret Key')]) }}
@if ($errors->has('nepalste_secret_key')) {{ $errors->first('nepalste_secret_key') }} @endif

{{ Form::label('paiementpro_merchant_id', __('Merchant Id'), ['class' => 'form-label']) }} {{ Form::text('paiementpro_merchant_id', isset($admin_payment_setting['paiementpro_merchant_id']) ? $admin_payment_setting['paiementpro_merchant_id'] : '', ['class' => 'form-control', 'placeholder' => __('Merchant Id')]) }}
@if ($errors->has('paiementpro_merchant_id')) {{ $errors->first('paiementpro_merchant_id') }} @endif

{{ Form::label('cinetpay_api_key', __('CinetPay API Key'), ['class' => 'form-label']) }} {{ Form::text('cinetpay_api_key', isset($admin_payment_setting['cinetpay_api_key']) ? $admin_payment_setting['cinetpay_api_key'] : '', ['class' => 'form-control', 'placeholder' => __('CinetPay API Key')]) }}
@if ($errors->has('cinetpay_api_key')) {{ $errors->first('cinetpay_api_key') }} @endif
{{ Form::label('cinetpay_site_id', __('CinetPay Site ID'), ['class' => 'form-label']) }} {{ Form::text('cinetpay_site_id', isset($admin_payment_setting['cinetpay_site_id']) ? $admin_payment_setting['cinetpay_site_id'] : '', ['class' => 'form-control', 'placeholder' => __('CinetPay Site ID')]) }}
@if ($errors->has('cinetpay_site_id')) {{ $errors->first('cinetpay_site_id') }} @endif
{{ Form::open(['route' => 'pusher.settings', 'method' => 'post']) }}
{{ __('Pusher Settings') }}
{{ Form::close() }}
@csrf
{{ Form::label('google_recaptcha_version', __('Google Recaptcha Version'), ['class' => ' col-form-label']) }} {{ Form::select('google_recaptcha_version', $google_recaptcha_version, isset($setting['google_recaptcha_version']) ? $setting['google_recaptcha_version'] : 'v2-checkbox', ['id' => 'google_recaptcha_version', 'class' => 'form-control choices', 'searchEnabled' => 'true']) }}
{{ Form::open(['route' => 'storage.setting.store', 'enctype' => 'multipart/form-data']) }}
{{ __('Storage Settings') }}
{{ Form::label('local_storage_validation', __('Only Upload Files'), ['class' => ' form-label']) }}
{{ Form::label('s3_storage_validation', __('Only Upload Files'), ['class' => ' form-label']) }}
{{ Form::label('wasabi_storage_validation', __('Only Upload Files'), ['class' => 'form-label']) }}
{{ Form::close() }}
{{-- SEO settings --}}
{{ __('SEO Settings') }}
@if ($chatgpt_enable) @endif
{{ Form::open(['url' => route('seo.settings'), 'method' => 'post', 'enctype' => 'multipart/form-data']) }} @csrf
{{ Form::label('Meta Keywords', __('Meta Keywords'), ['class' => 'col-form-label']) }} {{ Form::text('meta_title', !empty($setting['meta_title']) ? $setting['meta_title'] : '', ['class' => 'form-control ', 'placeholder' => 'Meta Keywords']) }}
{{ Form::label('Meta Description', __('Meta Description'), ['class' => 'col-form-label']) }} {{ Form::textarea('meta_description', !empty($setting['meta_description']) ? $setting['meta_description'] : '', ['class' => 'form-control ', 'placeholder' => 'Meta Description', 'rows' => 3]) }}
{{ Form::label('Meta Image', __('Meta Image'), ['class' => 'col-form-label']) }}
@error('meta_image')
@enderror
{{ Form::close() }}
{{-- Cache settings --}}
{{ __('Cache Settings') }}
{{ Form::open(['url' => route('clear.cache')]) }}
{{ Form::label('Current cache size', __('Current cache size'), ['class' => 'col-form-label']) }}
{{ __('MB') }}
{{ Form::close() }}
{{-- GDPR Cookie Consent --}} {{-- ChatGPT Key Settings --}}
{{ Form::model($settings, ['route' => 'settings.chatgptkey', 'method' => 'post']) }}
{{ __('Chat GPT Key Settings') }}
{{ __('Edit your key details') }}
{{ Form::label('Chat GPT Key', __('Chat GPT Key'), ['class' => 'col-form-label']) }} {{ Form::text('chatgpt_key', isset($settings['chatgpt_key']) ? $settings['chatgpt_key'] : '', ['class' => 'form-control', 'placeholder' => __('Enter Chatgpt Key Here')]) }}
{{ Form::label('Chat GPT Model', __('Chat GPT Model'), ['class' => 'col-form-label']) }} {{ Form::text('chatgpt_model', isset($settings['chatgpt_model']) ? $settings['chatgpt_model'] : '', ['class' => 'form-control', 'placeholder' => __('Enter Chatgpt Model Here')]) }}
{{ Form::close() }}
@endsection PK)ZK[[jobApplication/show.blade.phpnu[@extends('layouts.admin') @section('page-title') {{ __('Job Application Details') }} @endsection @push('css-page') @endpush @section('breadcrumb') @endsection @push('script-page') @endpush @section('content')
{{ __('Basic Details') }}
@php $logo = \App\Models\Utility::get_file('uploads/avatar/'); $profiles = \App\Models\Utility::get_file('uploads/job/profile/'); @endphp
{{ $jobApplication->name }}

{{ $jobApplication->email }}

@foreach ($stages as $stage)
stage == $stage->id ? 'checked' : '' }}>
@endforeach
{{ __('Basic Information') }}
{{ __('Phone') }}
{{ $jobApplication->phone }}
@if (!empty($jobApplication->dob))
{{ __('DOB') }}
{{ \Auth::user()->dateFormat($jobApplication->dob) }}
@endif @if (!empty($jobApplication->gender))
{{ __('Gender') }}
{{ $jobApplication->gender }}
@endif @if (!empty($jobApplication->address))
{{ __('Address') }}
{{ $jobApplication->address }}
@endif @if (!empty($jobApplication->city))
{{ __('City') }}
{{ $jobApplication->city }}
@endif @if (!empty($jobApplication->state))
{{ __('State') }}
{{ $jobApplication->state }}
@endif @if (!empty($jobApplication->country))
{{ __('Country') }}
{{ $jobApplication->country }}
@endif @if (!empty($jobApplication->zip_code))
{{ __('Zip Code') }}
{{ $jobApplication->zip_code }}
@endif
{{ __('Applied For') }}
{{ !empty($jobApplication->jobs) ? $jobApplication->jobs->title : '-' }}
{{ __('Applied at') }}
{{ \Auth::user()->dateFormat($jobApplication->created_at) }}
{{ __('CV / Resume') }}
@php $resumes = \App\Models\Utility::get_file('uploads/job/resume'); @endphp @if (!empty($jobApplication->resume)) @else - @endif
{{ __('Cover Letter') }}:
@if (!empty($jobApplication->cover_letter)) {{ $jobApplication->cover_letter }} @else - @endif
{{ __('Additional Details') }}
@can('Create Interview Schedule') {{ __('Create New Interview Schedule') }} @endcan
@if (!empty(json_decode($jobApplication->custom_question)))
@foreach (json_decode($jobApplication->custom_question) as $que => $ans) @if (!empty($ans))
{{ $que }}

{{ $ans }}

@endif @endforeach
@endif {{ Form::open(['route' => ['job.application.skill.store', $jobApplication->id], 'method' => 'post']) }}
@can('Add Job Application Skill')
@endcan {{ Form::close() }} {{ Form::open(['route' => ['job.application.note.store', $jobApplication->id], 'method' => 'post']) }}
@can('Add Job Application Note')
@endcan {{ Form::close() }}
@foreach ($notes as $note)
@can('Delete Job Application Note') @if ($note->note_created == \Auth::user()->id)
{!! Form::open([ 'method' => 'DELETE', 'route' => ['job.application.note.destroy', $note->id], 'id' => 'delete-form-' . $note->id, ]) !!}
@endif @endcan
@endforeach
@endsection PK)ZYOT T $jobApplication/onboardEdit.blade.phpnu[{{ Form::model($jobOnBoard, ['route' => ['job.on.board.update', $jobOnBoard->id], 'method' => 'post']) }} {{--
--}} {{ Form::close() }} PK)Z90jobApplication/template/offerletterpdf.blade.phpnu[ @extends('layouts.contractheader') @section('page-title') {{ __('Offer Letter') }} @endsection @section('content')
{{-- --}}

{!!$Offerletter->content!!}
{{--
{!!$contract->contract_description!!}
--}}

@endsection @push('script-page') @endpushPK)Z&8 8 1jobApplication/template/offerletterdocx.blade.phpnu[ @extends('layouts.contractheader') @section('page-title') {{ __('Offer Letter') }} @endsection @section('content')
{{-- --}}

{!!$Offerletter->content!!}
{{--
{!!$contract->contract_description!!}
--}}

@endsection @push('script-page') @endpushPK)Zԓ::jobApplication/_show.blade.phpnu[ {{--
{{__('Basic Details')}}
    @can('Delete Job Application')
  • @if($jobApplication->is_archive==0) {{__('Archive')}} @else {{__('UnArchive')}} @endif {!! Form::open(['method' => 'DELETE', 'route' => ['job.application.archive', $jobApplication->id],'id'=>'archive-form-'.$jobApplication->id]) !!} {!! Form::close() !!}
  • @if($jobApplication->is_archive==0)
  • {{__('Delete')}} {!! Form::open(['method' => 'DELETE', 'route' => ['job-application.destroy', $jobApplication->id],'id'=>'delete-form-'.$jobApplication->id]) !!} {!! Form::close() !!}
  • @endif @endcan
{{$jobApplication->name}}

{{ $jobApplication->email}}

@foreach($stages as $stage)
stage==$stage->id)?'checked':''}}>
@endforeach
{{__('Cover Letter')}}:

{{$jobApplication->cover_letter}}

{{__('Phone')}}
{{$jobApplication->phone}}
@if(!empty($jobApplication->dob))
{{__('DOB')}}
{{\Auth::user()->dateFormat($jobApplication->dob)}}
@endif @if(!empty($jobApplication->gender))
{{__('Gender')}}
{{$jobApplication->gender}}
@endif @if(!empty($jobApplication->country))
{{__('Country')}}
{{$jobApplication->country}}
@endif @if(!empty($jobApplication->state))
{{__('State')}}
{{$jobApplication->state}}
@endif @if(!empty($jobApplication->city))
{{__('City')}}
{{$jobApplication->city}}
@endif
{{__('Applied For')}}
{{ !empty($jobApplication->jobs)?$jobApplication->jobs->title:'-' }}
{{__('Applied at')}}
{{\Auth::user()->dateFormat($jobApplication->created_at)}}
{{__('CV / Resume')}}
@if(!empty($jobApplication->resume)) @else - @endif
{{__('Additional Details')}}
@can('Create Interview Schedule') {{__('Create Interview Schedule')}} @endcan
@if(!empty(json_decode($jobApplication->custom_question)))
@foreach(json_decode($jobApplication->custom_question) as $que => $ans) @if(!empty($ans))
{{$que}}

{{$ans}}

@endif @endforeach
@endif {{Form::open(array('route'=>array('job.application.skill.store',$jobApplication->id),'method'=>'post'))}}
@can('Add Job Application Skill')
@endcan {{Form::close()}} {{Form::open(array('route'=>array('job.application.note.store',$jobApplication->id),'method'=>'post'))}}
@can('Add Job Application Note')
@endcan {{Form::close()}}
@foreach($notes as $note)
@can('Delete Job Application Note') @if($note->note_created==\Auth::user()->id)
{!! Form::open(['method' => 'DELETE', 'route' => ['job.application.note.destroy', $note->id],'id'=>'delete-form-'.$note->id]) !!} {!! Form::close() !!}
@endif @endcan
@endforeach
--}}PK)ZjobApplication/create.blade.phpnu[{{ Form::open(['url' => 'job-application', 'method' => 'post', 'enctype' => 'multipart/form-data']) }} {{ Form::close() }} PK)Z_`GGjobApplication/index.blade.phpnu[@extends('layouts.admin') @section('page-title') {{ __('Manage Job Application') }} @endsection @section('breadcrumb') @endsection @php $logo = \App\Models\Utility::get_file('uploads/avatar/'); $profile = \App\Models\Utility::get_file('uploads/job/profile/'); @endphp @push('css-page') @endpush @push('script-page') {{-- --}} @endpush @section('action-button') @can('Create Job Application') @endcan @endsection @section('content')
{{ Form::open(['route' => ['job-application.index'], 'method' => 'get', 'id' => 'applicarion_filter']) }}
{{ Form::label('start_date', __('Start Date'), ['class' => 'form-label']) }} {{ Form::date('start_date', $filter['start_date'], ['class' => 'month-btn form-control current_date']) }}
{{ Form::label('end_date', __('End Date'), ['class' => 'form-label']) }} {{ Form::date('end_date', isset($_GET['end_date']) ? $_GET['end_date'] : '', ['class' => 'month-btn form-control current_date', 'autocomplete' => 'off']) }}
{{ Form::label('job', __('Job'), ['class' => 'form-label']) }} {{ Form::select('job', $jobs, $filter['job'], ['class' => 'form-control select ', 'id' => 'job_id']) }}
{{ Form::close() }}
@php $json = []; foreach ($stages as $stage) { $json[] = 'kanban-blacklist-' . $stage->id; } @endphp
@foreach ($stages as $key => $stage) @php $applications = $stage->applications($filter) @endphp
{{ count($applications) }}

{{ $stage->title }}

{{--
@foreach ($applications as $application)
{{ $application->name }}
    @for ($i = 1; $i <= 5; $i++) @if ($i <= $application->rating) @else @endif @endfor
    {{ !empty($application->jobs) ? $application->jobs->title : '' }}
  • {{ \Auth::user()->dateFormat($application->created_at) }}
@endforeach
@endforeach
@endsection @push('script-page') @endpush PK)ZG&W33"jobApplication/candidate.blade.phpnu[@extends('layouts.admin') @section('page-title') {{ __('Manage Archive Application') }} @endsection @section('breadcrumb') @endsection @section('content')
{{--
--}}
@foreach ($archive_application as $application) @endforeach
{{ __('Name') }} {{ __('Applied For') }} {{ __('Rating') }} {{ __('Applied at') }} {{ __('Resume') }} {{ __('Action') }}
{{ $application->name }} {{ !empty($application->jobs) ? $application->jobs->title : '-' }} @for ($i = 1; $i <= 5; $i++) @if ($i <= $application->rating) @else @endif @endfor {{ \Auth::user()->dateFormat($application->created_at) }} @php $resumes=\App\Models\Utility::get_file('uploads/job/resume'); @endphp @if (!empty($application->resume)) @else - @endif @can('Show Job Application') @endcan
@endsection PK)Z=V!V! jobApplication/onboard.blade.phpnu[@extends('layouts.admin') @section('page-title') {{ __('Manage Job On-Boarding') }} @endsection @section('action-button') @can('Create Interview Schedule') @endcan @endsection @section('breadcrumb') @endsection @section('content')
{{--
--}}
@foreach ($jobOnBoards as $job) @endforeach
{{ __('Name') }} {{ __('Job') }} {{ __('Branch') }} {{ __('Applied at') }} {{ __('Joining at') }} {{ __('Status') }} {{ __('Action') }}
{{ !empty($job->applications) ? $job->applications->name : '-' }} {{ !empty($job->applications) ? (!empty($job->applications->jobs) ? $job->applications->jobs->title : '-') : '-' }} {{ !empty($job->applications) ? (!empty($job->applications->jobs) ? (!empty($job->applications->jobs) ? (!empty($job->applications->jobs->branches) ? $job->applications->jobs->branches->name : '-') : '-') : '-') : '-' }} {{ \Auth::user()->dateFormat(!empty($job->applications) ? $job->applications->created_at : '-') }} {{ \Auth::user()->dateFormat($job->joining_date) }} @if ($job->status == 'pending') {{ \App\Models\JobOnBoard::$status[$job->status] }} @elseif($job->status == 'cancel') {{ \App\models\JobOnBoard::$status[$job->status] }} @else {{ \App\models\JobOnBoard::$status[$job->status] }} @endif @if ($job->status == 'confirm' && $job->convert_to_employee == 0) @elseif($job->status == 'confirm' && $job->convert_to_employee != 0) @endif
{!! Form::open(['method' => 'DELETE', 'route' => ['job.on.board.delete', $job->id], 'id' => 'delete-form-' . $job->id]) !!} {!! Form::close() !!}
@if ($job->status == 'confirm' )
@endif
@endsection PK)ZTz2 2 &jobApplication/onboardCreate.blade.phpnu[{{ Form::open(['route' => ['job.on.board.store', $id], 'method' => 'post']) }} {{ Form::close() }} PK)Z#)77"jobApplication/__convert.blade.phpnu[@extends('layouts.admin') @section('page-title') {{ __('Convert To Employee') }} @endsection @section('breadcrumb') @endsection @section('content')
{{ Form::open(['route' => ['job.on.board.convert', $jobOnBoard->id], 'method' => 'post', 'enctype' => 'multipart/form-data']) }}
{{ __('Personal Detail') }}
{!! Form::label('name', __('Name'), ['class' => 'col-form-label']) !!}* {!! Form::text('name', !empty($jobOnBoard->applications) ? $jobOnBoard->applications->name : '', ['class' => 'form-control', 'required' => 'required']) !!}
{!! Form::label('phone', __('Phone'), ['class' => 'col-form-label']) !!}* {!! Form::number('phone', !empty($jobOnBoard->applications) ? $jobOnBoard->applications->phone : '', ['class' => 'form-control']) !!}
{!! Form::label('dob', __('Date of Birth'), ['class' => 'col-form-label']) !!}* {!! Form::text('dob', !empty($jobOnBoard->applications) ? $jobOnBoard->applications->dob : '', ['class' => 'form-control datepicker']) !!}
{!! Form::label('gender', __('Gender'), ['class' => 'col-form-label']) !!}*
applications) && $jobOnBoard->applications->gender == 'Male' ? 'checked' : '' }}>
applications) && $jobOnBoard->applications->gender == 'Female' ? 'checked' : '' }}>
{!! Form::label('email', __('Email'), ['class' => 'col-form-label']) !!}* {!! Form::email('email', old('email'), ['class' => 'form-control', 'required' => 'required']) !!}
{!! Form::label('password', __('Password'), ['class' => 'col-form-label']) !!}* {!! Form::password('password', ['class' => 'form-control', 'required' => 'required']) !!}
{!! Form::label('address', __('Address'), ['class' => 'col-form-label']) !!}* {!! Form::textarea('address', old('address'), ['class' => 'form-control', 'rows' => 3, 'placeholder' => 'Enter Address']) !!}
{{ __('Company Detail') }}
@csrf
{!! Form::label('employee_id', __('Employee ID'), ['class' => 'col-form-label']) !!} {!! Form::text('employee_id', $employeesId, ['class' => 'form-control', 'disabled' => 'disabled']) !!}
{{ Form::label('branch_id', __('Branch'), ['class' => 'form-label']) }}
{{ Form::select('branch_id', $branches, !empty($jobOnBoard->applications) ? (!empty($jobOnBoard->applications->jobs) ? $jobOnBoard->applications->jobs->branch : '') : '', ['class' => 'form-control select2', 'required' => 'required']) }}
{{ Form::label('department_id', __('Department'), ['class' => 'form-label']) }}
{{ Form::select('department_id', $departments, null, ['class' => 'form-control select2', 'id' => 'department_id', 'required' => 'required', 'placeholder' => 'Select Department']) }}
{{ Form::label('designation_id', __('Designation'), ['class' => 'form-label']) }}
{!! Form::label('company_doj', __('Company Date Of Joining'), ['class' => 'col-form-label']) !!} {!! Form::date('company_doj', $jobOnBoard->joining_date, ['class' => 'form-control ', 'required' => 'required']) !!}
{!! Form::label('company_doj', __('Company Date Of Joining'), ['class' => 'col-form-label']) !!} {!! Form::date('company_doj', $jobOnBoard->joining_date, ['class' => 'form-control datepicker', 'required' => 'required']) !!}
{{ __('Document') }}
@foreach ($documents as $key => $document)

@endforeach
{{ __('Bank Account Detail') }}
{!! Form::label('account_holder_name', __('Account Holder Name'), ['class' => 'col-form-label']) !!} {!! Form::text('account_holder_name', old('account_holder_name'), ['class' => 'form-control', 'placeholder' => 'Enter Account Holder Name']) !!}
{!! Form::label('account_number', __('Account Number'), ['class' => 'col-form-label']) !!} {!! Form::number('account_number', old('account_number'), ['class' => 'form-control', 'placeholder' => 'Enter Account Number']) !!}
{!! Form::label('bank_name', __('Bank Name'), ['class' => 'col-form-label']) !!} {!! Form::text('bank_name', old('bank_name'), ['class' => 'form-control', 'placeholder' => 'Enter Bank Name']) !!}
{!! Form::label('bank_identifier_code', __('Bank Identifier Code'), ['class' => 'col-form-label']) !!} {!! Form::text('bank_identifier_code', old('bank_identifier_code'), ['class' => 'form-control', 'placeholder' => 'Enter Bank Identifier Code']) !!}
{!! Form::label('branch_location', __('Branch Location'), ['class' => 'col-form-label']) !!} {!! Form::text('branch_location', old('branch_location'), ['class' => 'form-control', 'placeholder' => 'Enter Branch Location']) !!}
{!! Form::label('tax_payer_id', __('Tax Payer Id'), ['class' => 'col-form-label']) !!} {!! Form::text('tax_payer_id', old('tax_payer_id'), ['class' => 'form-control', 'placeholder' => 'Enter Tax Payer Id']) !!}
{!! Form::submit('Create', ['class' => 'btn btn-primary float-end']) !!} {{-- --}} {{ Form::close() }}
@endsection @push('script-page') @endpush PK)ZAdB@B@ jobApplication/convert.blade.phpnu[@extends('layouts.admin') @section('page-title') {{ __('Convert To Employee') }} @endsection @section('breadcrumb') @endsection @section('content')
{{ Form::open(['route' => ['job.on.board.convert', $jobOnBoard->id], 'method' => 'post', 'enctype' => 'multipart/form-data']) }}
{{ __('Personal Detail') }}
{!! Form::label('name', __('Name'), ['class' => 'col-form-label']) !!}* {!! Form::text('name', !empty($jobOnBoard->applications) ? $jobOnBoard->applications->name : '', [ 'class' => 'form-control', 'required' => 'required', ]) !!}
{!! Form::label('phone', __('Phone'), ['class' => 'col-form-label']) !!}* {!! Form::text('phone', !empty($jobOnBoard->applications) ? $jobOnBoard->applications->phone : '', [ 'class' => 'form-control', ]) !!}
{!! Form::label('dob', __('Date of Birth'), ['class' => 'col-form-label']) !!}* {!! Form::date('dob', !empty($jobOnBoard->applications) ? $jobOnBoard->applications->dob : '', [ 'class' => 'form-control ', ]) !!}
{!! Form::label('gender', __('Gender'), ['class' => 'col-form-label']) !!}*
applications) && $jobOnBoard->applications->gender == 'Male' ? 'checked' : '' }}>
applications) && $jobOnBoard->applications->gender == 'Female' ? 'checked' : '' }}>
{!! Form::label('email', __('Email'), ['class' => 'col-form-label']) !!}* {!! Form::email('email', old('email'), ['class' => 'form-control', 'required' => 'required']) !!}
{!! Form::label('password', __('Password'), ['class' => 'col-form-label']) !!}* {!! Form::password('password', ['class' => 'form-control', 'required' => 'required']) !!}
{!! Form::label('address', __('Address'), ['class' => 'col-form-label']) !!}* {!! Form::textarea('address', old('address'), [ 'class' => 'form-control', 'rows' => 3, 'placeholder' => 'Enter Address', ]) !!}
{{ __('Company Detail') }}
@csrf
{!! Form::label('employee_id', __('Employee ID'), ['class' => 'col-form-label']) !!} {!! Form::text('employee_id', $employeesId, ['class' => 'form-control', 'disabled' => 'disabled']) !!}
{{ Form::label('branch_id', __('Branch'), ['class' => 'col-form-label']) }} {{ Form::select('branch_id', $branches, !empty($jobOnBoard->applications) ? (!empty($jobOnBoard->applications->jobs) ? $jobOnBoard->applications->jobs->branch : '') : '', ['class' => 'form-control branch_id', 'required' => 'required', 'id' => 'branch_id']) }}
{{ Form::label('department_id', __('Department'), ['class' => 'col-form-label']) }} {{ Form::select('department_id', $departments, null, ['class' => 'form-control department_id', 'id' => 'department_id', 'required' => 'required', 'placeholder' => 'Select Department']) }}
{{ Form::label('designation_id', __('Designation'), ['class' => 'col-form-label']) }}
{!! Form::label('company_doj', __('Company Date Of Joining'), ['class' => 'col-form-label']) !!} {!! Form::date('company_doj', $jobOnBoard->joining_date, ['class' => 'form-control ', 'required' => 'required']) !!}
{{ __('Document') }}
@foreach ($documents as $key => $document)
@endforeach
{{ __('Bank Account Detail') }}
{!! Form::label('account_holder_name', __('Account Holder Name'), ['class' => 'col-form-label']) !!} {!! Form::text('account_holder_name', old('account_holder_name'), [ 'class' => 'form-control', 'placeholder' => 'Enter Account Holder Name', ]) !!}
{!! Form::label('account_number', __('Account Number'), ['class' => 'col-form-label']) !!} {!! Form::number('account_number', old('account_number'), [ 'class' => 'form-control', 'placeholder' => 'Enter Account Number', ]) !!}
{!! Form::label('bank_name', __('Bank Name'), ['class' => 'col-form-label']) !!} {!! Form::text('bank_name', old('bank_name'), ['class' => 'form-control', 'placeholder' => 'Enter Bank Name']) !!}
{!! Form::label('bank_identifier_code', __('Bank Identifier Code'), ['class' => 'col-form-label']) !!} {!! Form::text('bank_identifier_code', old('bank_identifier_code'), [ 'class' => 'form-control', 'placeholder' => 'Enter Bank Identifier Code', ]) !!}
{!! Form::label('branch_location', __('Branch Location'), ['class' => 'col-form-label']) !!} {!! Form::text('branch_location', old('branch_location'), [ 'class' => 'form-control', 'placeholder' => 'Enter Branch Location', ]) !!}
{!! Form::label('tax_payer_id', __('Tax Payer Id'), ['class' => 'col-form-label']) !!} {!! Form::text('tax_payer_id', old('tax_payer_id'), [ 'class' => 'form-control', 'placeholder' => 'Enter Tax Payer Id', ]) !!}
{!! Form::submit('Create', ['class' => 'btn btn-primary float-end']) !!} {{-- --}} {{ Form::close() }}
@endsection @push('script-page') @endpush PK)Z allowanceoption/create.blade.phpnu[{{ Form::open(['url' => 'allowanceoption', 'method' => 'post']) }} {{ Form::close() }} PK)Zallowanceoption/edit.blade.phpnu[{{ Form::model($allowanceoption, ['route' => ['allowanceoption.update', $allowanceoption->id],'method' => 'PUT']) }} {{ Form::close() }} PK)Z`Vzzallowanceoption/index.blade.phpnu[@extends('layouts.admin') @section('page-title') {{ __('Manage Allowance Option') }} @endsection @section('breadcrumb') @endsection @section('action-button') @can('Create Allowance Option') @endcan @endsection @section('content')
@include('layouts.hrm_setup')
@foreach ($allowanceoptions as $allowanceoption) @endforeach
{{ __('Allowance Option') }} {{ __('Action') }}
{{ $allowanceoption->name }} @can('Edit Allowance Option') @endcan @can('Delete Allowance Option')
{!! Form::open(['method' => 'DELETE', 'route' => ['allowanceoption.destroy', $allowanceoption->id], 'id' => 'delete-form-' . $allowanceoption->id]) !!}
@endcan
@endsection PK)ZU~contracts/show.blade.phpnu[@php $plan = Utility::getChatGPTSettings(); @endphp @extends('layouts.admin') @section('page-title') {{ $contract->subject }} @endsection @push('css-page') @endpush @push('script-page') {{-- --}} @endpush @section('page-title') {{ __('Lead Detail') }} @endsection @section('title')
@endsection @section('breadcrumb') {{ __('Contract Detail') }} @endsection @section('action-button')
@if ($plan->enable_chatgpt == 'on') @endif @if (\Auth::user()->type == 'company' || \Auth::user()->type == 'hr') @can('Create Contract') {{-- @if (\Auth::user()->type == 'company' && $contract->status == 'accept') --}} @endcan @endif {{-- @if (\Auth::user()->type == 'company' || \Auth::user()->type == 'employee') --}} {{-- @endif --}} {{-- @if (\Auth::user()->type == 'company' || \Auth::user()->type == 'employee') --}} {{-- @endif --}} {{-- @if ((\Auth::user()->type == 'company' && $contract->company_signature == '') || (\Auth::user()->type == 'employee' && $contract->employee_signature == '')) @if ($contract->status == 'accept') @endif @endif --}} @if (\Auth::user()->type == 'company' || \Auth::user()->type == 'hr') @elseif(\Auth::user()->type == 'employee' && $contract->status == 'accept') @endif @php $status = App\Models\Contract::status(); @endphp @if (\Auth::user()->type == 'employee') @endif
@endsection @section('content')
{{ __('Attachment') }}

{{ count($contract->files) }}

{{ __('Comment') }}

{{ count($contract->comment) }}

{{ __('Notes') }}

{{ count($contract->note) }}

{{ __('Contract Detail') }}
{{ __('Employee Name') }}
{{ $contract->employee->name }}
{{ __('Subject') }}
{{ $contract->subject }}
{{ __(' Type') }}
{{ $contract->contract_type->name }}
{{ __('Value') }}
{{ Auth::user()->priceFormat($contract->value) }}
{{ __('Start Date') }}
{{ Auth::user()->dateFormat($contract->start_date) }}
{{ __('End Date') }}
{{ Auth::user()->dateFormat($contract->end_date) }}
{{ __('Description ') }}
{{ Form::open(['route' => ['contracts.description.store', $contract->id]]) }}
@can('Create Contract')
{{ Form::submit(__('Add'), ['class' => 'btn btn-primary']) }}
{{ Form::close() }} @endcan
{{ __('Attachments') }}
@if (\Auth::user()->type == 'company' || \Auth::user()->type == 'hr')
@elseif(\Auth::user()->type == 'employee' && $contract->status == 'accept')
@endif @foreach ($contract->files as $file)
{{ $file->files }}

{{ number_format(\File::size(storage_path('contract_attechment/' . $file->files)) / 1048576, 2) . ' ' . __('MB') }}

@php $attachments = \App\Models\Utility::get_file('contract_attechment'); @endphp
@can('Delete Attachment') @if (\Auth::user()->id == $file->user_id || \Auth::user()->type == 'company' || \Auth::user()->type == 'hr')
{!! Form::open(['method' => 'GET', 'route' => ['contracts.file.delete', [$contract->id, $file->id]]]) !!} {!! Form::close() !!}
@endif @endcan
@endforeach
{{ __('Comments') }}
{{ __('Notes') }}
@if ($plan->enable_chatgpt == 'on') @if (\Auth::user()->type == 'company' || \Auth::user()->type == 'hr') @elseif(\Auth::user()->type == 'employee' && $contract->status == 'accept') @endif @endif
@if (\Auth::user()->type == 'company' || \Auth::user()->type == 'hr')
{{ Form::open(['route' => ['contracts.note.store', $contract->id]]) }}
{{ Form::submit(__('Add'), ['class' => 'btn btn-primary']) }}
{{ Form::close() }} @elseif(\Auth::user()->type == 'employee' && $contract->status == 'accept')
{{ Form::open(['route' => ['contracts.note.store', $contract->id]]) }}
{{ Form::submit(__('Add'), ['class' => 'btn btn-primary']) }}
{{ Form::close() }} @endif {{-- @if ($contract->status == 'accept')
{{ Form::open(['route' => ['contracts.note.store', $contract->id]]) }}
{{ Form::submit(__('Add'), ['class' => 'btn btn-primary']) }}
{{ Form::close() }} @endif --}}
@foreach ($contract->note as $note) @php $user = \App\Models\User::find($note->user_id); $logo = \App\Models\Utility::get_file('uploads/avatar/'); @endphp

{{ $note->note }}

{{ $note->created_at->diffForHumans() }}
@can('Delete Note') @if (\Auth::user()->id == $note->user_id || \Auth::user()->type == 'company' || \Auth::user()->type == 'hr')
{!! Form::open(['method' => 'GET', 'route' => ['contracts.note.destroy', $note->id]]) !!} {!! Form::close() !!}
@endif @endcan
@endforeach
@endsection @push('script-page') {{-- url: $("#form-comment").data('action'), --}} {{-- location.reload(); --}} @endpush PK)Z8M contracts/copy.blade.phpnu[ {{ Form::model($contract, array('route' => array('contracts.copystore', $contract->id), 'method' => 'POST')) }} @endsection @push('script-page') @endpush PK)ZM89!o!oreport/leave.blade.phpnu[@extends('layouts.admin') @section('page-title') {{ __('Manage Leave Report') }} @endsection @section('breadcrumb') @endsection @push('script-page') @endpush @section('action-button') @endsection @section('content') {{--
{{ Form::open(['route' => ['report.leave'], 'method' => 'get', 'id' => 'report_leave']) }}
{{ Form::label('type', __('Type'), ['class' => 'form-label']) }}
{{ Form::label('monthly', __('Monthly'), ['class' => 'form-label']) }}
{{ Form::label('yearly', __('Yearly'), ['class' => 'form-label']) }}
{{ Form::label('month', __('Month'), ['class' => 'form-label']) }} {{ Form::month('month', isset($_GET['month']) ? $_GET['month'] : date('Y-m'), ['class' => 'month-btn form-control']) }}
{{ Form::label('year', __('Year'), ['class' => 'form-label']) }}
{{ Form::label('branch', __('Branch'), ['class' => 'form-label']) }} {{ Form::select('branch', $branch, isset($_GET['branch']) ? $_GET['branch'] : '', ['class' => 'form-control select branch_id', 'id' => 'branch']) }}
{{ Form::label('department', __('Department'), ['class' => 'form-label']) }}
{{ Form::select('department', $department, isset($_GET['department']) ? $_GET['department'] : '', ['class' => 'form-control select department_id']) }}
{{ Form::label('department', __('Department'), ['class' => 'form-label']) }}
{{ Form::close() }}
--}}
{{ Form::open(['route' => ['report.leave'], 'method' => 'get', 'id' => 'report_leave']) }}
{{ Form::label('type', __('Type'), ['class' => 'form-label']) }}
{{ Form::label('monthly', __('Monthly'), ['class' => 'form-label']) }}
{{ Form::label('yearly', __('Yearly'), ['class' => 'form-label']) }}
{{ Form::label('month', __('Month'), ['class' => 'form-label']) }} {{ Form::month('month', isset($_GET['month']) ? $_GET['month'] : date('Y-m'), ['class' => 'month-btn form-control']) }}
{{ Form::label('year', __('Year'), ['class' => 'form-label']) }}
{{ Form::label('branch', __('Branch'), ['class' => 'form-label']) }} {{ Form::select('branch', $branch, isset($_GET['branch']) ? $_GET['branch'] : '', ['class' => 'form-control select branch_id', 'id' => 'branch']) }}
{{ Form::label('department', __('Department'), ['class' => 'form-label']) }}
{{ Form::close() }}
{{ __('Report') }}

{{ $filterYear['type'] . ' ' . __('Leave Summary') }}

@if ($filterYear['branch'] != 'All')
{{ __('Branch') }}

{{ $filterYear['branch'] }}

@endif @if ($filterYear['department'] != 'All')
{{ __('Department') }}

{{ $filterYear['department'] }}

@endif
{{ __('Duration') }}

{{ $filterYear['dateYearRange'] }}

{{ __('Approved Leaves') }}

{{ $filter['totalApproved'] }}

{{ __('Rejected Leave') }}

{{ $filter['totalReject'] }}

{{ __('Pending Leaves') }}

{{ $filter['totalPending'] }}

{{--
--}}
@foreach ($leaves as $leave) @endforeach
{{ __('Employee ID') }} {{ __('Employee') }} {{ __('Approved Leaves') }} {{ __('Rejected Leaves') }} {{ __('Pending Leaves') }}
{{ \Auth::user()->employeeIdFormat($leave['employee_id']) }} {{ $leave['employee'] }}
{{ $leave['approved'] }} {{ __('View') }}
{{ $leave['reject'] }} {{ __('View') }}
{{ $leave['pending'] }} {{ __('View') }}
@endsection PK)Z9OO"report/monthlyAttendance.blade.phpnu[@extends('layouts.admin') @section('page-title') {{ __('Manage Monthly Attendance') }} @endsection @section('breadcrumb') @endsection @section('action-button') @php $emp = isset($_GET['employee_id']) && !empty($_GET['employee_id']) ? $_GET['employee_id'] : []; $employees = implode(', ', $emp); @endphp @endsection @push('script-page') @endpush @section('content')
{{ Form::open(['route' => ['report.monthly.attendance'], 'method' => 'get', 'id' => 'report_monthly_attendance']) }}
{{ Form::label('month', __(' Month'), ['class' => 'form-label']) }} {{ Form::month('month', isset($_GET['month']) ? $_GET['month'] : '', ['class' => 'month-btn form-control current_date', 'autocomplete' => 'off', 'placeholder' => 'Select month']) }}
{{ Form::label('branch', __('Branch'), ['class' => 'form-label']) }} {{ Form::select('branch_id', $branch, isset($_GET['branch']) ? $_GET['branch'] : '', ['class' => 'form-control select branch_id', 'id' => 'branch-select branch_id']) }}
{{ Form::label('department', __('Department'), ['class' => 'form-label']) }}
{{ Form::label('employee', __('Employee'), ['class' => 'form-label']) }}
{{ Form::close() }}
{{ __('Report') }}

{{ __('Attendance Summary') }}

@if ($data['branch'] != 'All')
{{ __('Branch') }}

{{ $data['branch'] }}

@endif @if ($data['department'] != 'All')
{{ __('Department') }}

{{ $data['department'] }}

@endif
{{ __('Duration') }}

{{ $data['curMonth'] }}

{{ __('Attendance') }}

{{ __('Total present') }}: {{ $data['totalPresent'] }}

{{ __('Total leave') }}: {{ $data['totalLeave'] }}

{{ __('Overtime') }}

{{ __('Total overtime in hours') }} : {{ number_format($data['totalOvertime'], 2) }}

{{ __('Early leave') }}

{{ __('Total early leave in hours') }}: {{ number_format($data['totalEarlyLeave'], 2) }}

{{ __('Employee late') }}

{{ __('Total late in hours') }} : {{ number_format($data['totalLate'], 2) }}

@foreach ($dates as $date) @endforeach @foreach ($employeesAttendance as $attendance) @foreach ($attendance['status'] as $status) @endforeach @endforeach
{{ __('Name') }}{{ $date }}
{{ $attendance['name'] }} @if ($status == 'P') {{ __('P') }} @elseif($status == 'A') {{ __('A') }} @endif
@endsection @push('script-page') @endpush PK)Z,,report/income_expense.blade.phpnu[@extends('layouts.admin') @section('page-title') {{ __('Manage Income Vs Expense') }} @endsection @section('breadcrumb') @endsection @section('action-button') @endsection @push('script-page') @endpush @section('content')
{{ Form::open(['route' => ['report.income-expense'], 'method' => 'get', 'id' => 'report_income_expense']) }}
{{ Form::label('start_month', __('Start Month'), ['class' => 'form-label']) }} {{ Form::month('start_month', isset($_GET['start_month']) ? $_GET['start_month'] : '', ['class' => 'month-btn form-control current_date', 'autocomplete' => 'off', 'placeholder' => 'Select start month']) }}
{{ Form::label('end_month', __('End Month'), ['class' => 'form-label']) }} {{ Form::month('end_month', isset($_GET['end_month']) ? $_GET['end_month'] : '', ['class' => 'month-btn form-control current_date', 'autocomplete' => 'off', 'placeholder' => 'Select end month']) }}
{{ Form::close() }}
{{ __('Report') }}

{{ __('Income vs Expense Summary') }}

{{ __('Duration') }}

{{ $filter['startDateRange'] . ' to ' . $filter['endDateRange'] }}

{{ __('Total Income') }}

{{ \Auth::user()->priceFormat($incomeCount) }}

{{ __('Total Expense') }}

{{ \Auth::user()->priceFormat($expenseCount) }}

@endsection @push('script-page') @endpush PK)Z+g&notification-templates/index.blade.phpnu[@php $plan = Utility::getChatGPTSettings(); $languages = \App\Models\Utility::languages(); $lang = isset($curr_noti_tempLang->lang) ? $curr_noti_tempLang->lang : 'en'; if ($lang == null) { $lang = 'en'; } // $LangName = \App\Models\Languages::where('code', $lang)->first(); $LangName = $curr_noti_tempLang->language ?? (App\Models\Languages::where('code', $lang)->first() ?? new Utility(['fullName' => 'English'])); @endphp @extends('layouts.admin') @section('page-title') {{ $notification_template->name }} @endsection @section('breadcrumb') @endsection @push('pre-purpose-css-page') @endpush @push('script-page') {{-- --}} @endpush @section('action-button')
@if ($plan->enable_chatgpt == 'on') @endif
@endsection @section('content')
{{ __('Placeholders') }}
{{ __('Variables') }}
@php $variables = json_decode($curr_noti_tempLang->variables); @endphp @if (!empty($variables) > 0) @foreach ($variables as $key => $var)

{{ __($key) }} : {{ '{' . $var . '}' }}

@endforeach @endif
{{ Form::model($curr_noti_tempLang, ['route' => ['notification-templates.update', $curr_noti_tempLang->parent_id], 'method' => 'PUT']) }}
{{ Form::label('content', __('Notification Message'), ['class' => 'form-label text-dark']) }} {{ Form::textarea('content', $curr_noti_tempLang->content, ['class' => 'form-control', 'required' => 'required', 'rows' => '3', 'placeholder' => 'EX. Hello, {company_name}']) }} {{ __('A variable is to be used in such a way.') }} {{ __('Ex. Hello, {company_name}') }}

{{ Form::hidden('lang', null) }}
{{ Form::close() }}
@endsection PK)ZdMD<otherpayment/create.blade.phpnu[@php $plan = Utility::getChatGPTSettings(); @endphp {{ Form::open(['url' => 'otherpayment', 'method' => 'post']) }} {{ Form::hidden('employee_id', $employee->id, []) }} {{ Form::close() }} PK)Z;ZZotherpayment/edit.blade.phpnu[@php $plan = Utility::getChatGPTSettings(); @endphp {{ Form::model($otherpayment, ['route' => ['otherpayment.update', $otherpayment->id], 'method' => 'PUT']) }} {{ Form::close() }} PK)Zsoz}00zoom_meeting/create.blade.phpnu[@php $setting = App\Models\Utility::settings(); $plan = Utility::getChatGPTSettings(); @endphp {{ Form::open(['url' => 'zoom-meeting', 'enctype' => 'multipart/form-data', 'autocomplete' => 'off']) }} {{ Form::close() }} PK)Z?]aS zoom_meeting/edit.blade.phpnu[@php $plan = Utility::getChatGPTSettings(); @endphp {{ Form::model($ZoomMeeting, ['route' => ['zoom-meeting.update', $ZoomMeeting->id], 'method' => 'PUT']) }} {{ Form::close() }} PK)Z;8V zoom_meeting/index.blade.phpnu[@extends('layouts.admin') @section('page-title') {{ __('Zoom Metting') }} @endsection @section('breadcrumb') @endsection @section('action-button') @can('Create Zoom meeting') @endcan @endsection @section('content')
{{--
--}}
@php $logo = \App\Models\Utility::get_file('uploads/avatar/'); @endphp @foreach ($ZoomMeetings as $ZoomMeeting) @endforeach
{{ __('Title') }} {{ __('Meeting Time') }} {{ __('Duration') }} {{ __('User') }} {{ __('Join URL') }} {{ __('Status') }} {{ __('Action') }}
{{ $ZoomMeeting->title }} {{ $ZoomMeeting->start_date }} {{ $ZoomMeeting->duration }} {{ __(' Minute') }}
@foreach ($ZoomMeeting->users($ZoomMeeting->user_id) as $projectUser) imageavatar) src="{{ $logo . '/' . $projectUser->avatar }}" @else src="{{ $logo . 'avatar.png' }}" @endif class="rounded-circle " width="25" height="25"> @endforeach
@if ($ZoomMeeting->created_by == \Auth::user()->id && $ZoomMeeting->checkDateTime())

{{ __('Start meeting') }}

@elseif($ZoomMeeting->checkDateTime())

{{ __('Join meeting') }}

@else - @endif
@if ($ZoomMeeting->checkDateTime()) @if ($ZoomMeeting->status == 'waiting') {{ ucfirst($ZoomMeeting->status) }} @else {{ ucfirst($ZoomMeeting->status) }} @endif @else {{ __('End') }} @endif @can('Show Zoom meeting') @endcan @can('Delete Zoom meeting')
{!! Form::open([ 'method' => 'DELETE', 'route' => ['zoom-meeting.destroy', $ZoomMeeting->id], 'id' => 'delete-form-' . $ZoomMeeting->id, ]) !!}
@endcan
@endsection PK)Zhn n zoom_meeting/view.blade.phpnu[ PK)Z;Z zoom_meeting/calendar.blade.phpnu[@extends('layouts.admin') @section('page-title') {{ __('Zoom Meetings Calender') }} @endsection @php $setting = App\Models\Utility::settings(); @endphp @section('breadcrumb') @endsection @section('action-button') @if (\Auth::user()->type == 'company') @endif @endsection @section('content')
{{ __('Calendar') }}
{{--
--}} @if(isset($setting['is_enabled']) && $setting['is_enabled'] =='on') @endif {{--
--}}

{{ __('Zoom Mettings') }}

    @foreach ($current_month_event as $event)
  • {{ $event->title }}
    {{ date('d F Y, h:m A', strtotime($event->start_date)) }}
  • @endforeach
@endsection @push('script-page') {{-- --}} @endpush PK)Z͡yyuser/reset.blade.phpnu[{{ Form::model($user, ['route' => ['user.password.update', $user->id], 'method' => 'post']) }} {{ Form::close() }} PK)Zvn-u&&user/profile.blade.phpnu[@extends('layouts.admin') @php // $profile = asset(Storage::url('uploads/avatar/')); $profile=\App\Models\Utility::get_file('uploads/avatar/'); @endphp @push('script-page') @endpush @section('page-title') {{ __('Profile') }} @endsection @section('title')
{{ __('Profile') }}
@endsection @section('breadcrumb') @endsection @section('action-btn') @endsection @section('content')
{{ __('Personal Information') }}
{{ __('Details about your personal information') }}
{{ Form::model($userDetail, ['route' => ['update.account'], 'method' => 'post', 'enctype' => 'multipart/form-data']) }} @csrf
@error('name') {{ $message }} @enderror
@error('email') {{ $message }} @enderror
{{ Form::label('profile', __('Avatar'), ['class' => 'col-form-label']) }}
{{ __('Please upload a valid image file. Size of image should not be more than 2MB.') }} @error('profile') {{ $message }} @enderror
{{ __('Change Password') }}
{{ __('Details about your account password change') }}
{{ Form::model($userDetail, ['route' => ['update.password', $userDetail->id], 'method' => 'post']) }}
{{ Form::label('current_password', __('Current Password'), ['class' => 'col-form-label text-dark']) }} {{ Form::password('current_password', ['class' => 'form-control', 'placeholder' => __('Enter Current Password')]) }} @error('current_password') {{ $message }} @enderror
{{ Form::label('new_password', __('New Password'), ['class' => 'col-form-label text-dark']) }} {{ Form::password('new_password', ['class' => 'form-control', 'placeholder' => __('Enter New Password')]) }} @error('new_password') {{ $message }} @enderror
{{ Form::label('confirm_password', __('Re-type New Password'), ['class' => 'col-form-label text-dark']) }} {{ Form::password('confirm_password', ['class' => 'form-control', 'placeholder' => __('Enter Re-type New Password')]) }} @error('confirm_password') {{ $message }} @enderror
{{ Form::close() }}
@endsection PK)ZsɆP P user/create.blade.phpnu[{!! Form::open(['route' => 'user.store', 'method' => 'post']) !!} {!! Form::close() !!} PK)Z{hhuser/edit.blade.phpnu[{{ Form::model($user, ['route' => ['user.update', $user->id], 'method' => 'PUT']) }} {!! Form::close() !!} PK)Z걡ۊQQuser/index.blade.phpnu[@extends('layouts.admin') @section('page-title') @if (\Auth::user()->type == 'super admin') {{ __('Manage Companies') }} @else {{ __('Manage Users') }} @endif @endsection @section('breadcrumb') @if (\Auth::user()->type == 'super admin') @else @endif @endsection @section('action-button') @if (Gate::check('Manage Employee Last Login')) @can('Manage Employee Last Login') @endcan @endif @can('Create User') @if (\Auth::user()->type == 'super admin') @else @endif @endcan @endsection @php $logo = \App\Models\Utility::get_file('uploads/avatar/'); $profile = \App\Models\Utility::get_file('uploads/avatar/'); @endphp @section('content')
@if (\Auth::user()->type == 'super admin') @foreach ($users as $user)

{{ $user->name }}

{{ $user->email }} @if (\Auth::user()->type == 'super admin')
{{ !empty($user->currentPlan) ? $user->currentPlan->name : '' }}
{{ $user->countUsers() }}

{{ __('Users') }}

{{ $user->countEmployees() }}

{{ __('Employees') }}

@endif
@endforeach @else @foreach ($users as $user)
{{ ucfirst($user->type) }}
@if (Gate::check('Edit User') || Gate::check('Delete User'))
@if ($user->is_active == 1 && $user->is_disable == 1) @else @endif
@endif

{{ $user->name }}

{{ $user->email }}
@endforeach @endif
@endsection @push('scripts') {{-- Password --}} @endpush PK)ZKDuser/plan.blade.phpnu[@php $admin_payment_setting = App\Models\Utility::getAdminPaymentSetting(); @endphp PK)Zh+ێ$$user/companyinfo.blade.phpnu[ PK)Z2  overtime/create.blade.phpnu[@php $plan = Utility::getChatGPTSettings(); @endphp {{ Form::open(['url' => 'overtime', 'method' => 'post']) }} {{ Form::hidden('employee_id', $employee->id, []) }} {{ Form::close() }} PK)ZRaovertime/edit.blade.phpnu[@php $plan = Utility::getChatGPTSettings(); @endphp {{ Form::model($overtime, ['route' => ['overtime.update', $overtime->id], 'method' => 'PUT']) }} {{ Form::close() }} PK)Ztgoaltracking/create.blade.phpnu[@php $plan = Utility::getChatGPTSettings(); @endphp {{ Form::open(['url' => 'goaltracking', 'method' => 'post']) }} {{ Form::close() }} PK)Z۵Zgoaltracking/edit.blade.phpnu[@php $plan = Utility::getChatGPTSettings(); @endphp {{ Form::model($goalTracking, ['route' => ['goaltracking.update', $goalTracking->id], 'method' => 'PUT']) }} {{ Form::close() }} PK)Z9Vgoaltracking/index.blade.phpnu[ @extends('layouts.admin') @section('page-title') {{ __('Manage Goal Tracking') }} @endsection @section('action-button') @can('Create Goal Tracking') @endcan @endsection @section('breadcrumb') @endsection @section('content')
@if (Gate::check('Edit Goal Tracking') || Gate::check('Delete Goal Tracking')) @endif @foreach ($goalTrackings as $goalTracking) @endforeach
{{ __('Goal Type') }} {{ __('Subject') }} {{ __('Branch') }} {{ __('Target Achievement') }} {{ __('Start Date') }} {{ __('End Date') }} {{ __('Rating') }} {{ __('Progress') }}{{ __('Action') }}
{{ !empty($goalTracking->goalType) ? $goalTracking->goalType->name : '' }} {{ $goalTracking->subject }} {{ !empty($goalTracking->branches) ? $goalTracking->branches->name : '' }} {{ $goalTracking->target_achievement }} {{ \Auth::user()->dateFormat($goalTracking->start_date) }} {{ \Auth::user()->dateFormat($goalTracking->end_date) }} @for ($i = 1; $i <= 5; $i++) @if ($goalTracking->rating < $i) @else @endif @endfor
{{ $goalTracking->progress }}%
@if (Gate::check('Edit Goal Tracking') || Gate::check('Delete Goal Tracking')) @can('Edit Goal Tracking') @endcan @can('Delete Goal Tracking')
{!! Form::open(['method' => 'DELETE', 'route' => ['goaltracking.destroy', $goalTracking->id], 'id' => 'delete-form-' . $goalTracking->id]) !!}
@endcan
@endif
@endsection PK)Ze termination/create.blade.phpnu[@php $plan = Utility::getChatGPTSettings(); @endphp {{ Form::open(['url' => 'termination', 'method' => 'post']) }} {{ Form::close() }} PK)ZGlH termination/edit.blade.phpnu[@php $plan = Utility::getChatGPTSettings(); @endphp {{ Form::model($termination, ['route' => ['termination.update', $termination->id], 'method' => 'PUT']) }} {{ Form::close() }} PK)Zaq termination/index.blade.phpnu[@extends('layouts.admin') @section('page-title') {{ __('Manage Termination') }} @endsection @section('breadcrumb') @endsection @section('action-button') @can('Create Termination') @endcan @endsection @section('content')
{{--
--}}
@role('company') @endrole @if (Gate::check('Edit Termination') || Gate::check('Delete Termination')) @endif @foreach ($terminations as $termination) @role('company') @endrole @endforeach
{{ __('Employee Name') }}{{ __('Termination Type') }} {{ __('Notice Date') }} {{ __('Termination Date') }} {{ __('Description') }}{{ __('Action') }}
{{ !empty($termination->employee_id) ? $termination->employee->name : '' }} {{ !empty($termination->termination_type) ? $termination->terminationType->name : '' }} {{ \Auth::user()->dateFormat($termination->notice_date) }} {{ \Auth::user()->dateFormat($termination->termination_date) }} @if (Gate::check('Edit Termination') || Gate::check('Delete Termination')) @can('Edit Termination') @endcan @can('Delete Termination')
{!! Form::open([ 'method' => 'DELETE', 'route' => ['termination.destroy', $termination->id], 'id' => 'delete-form-' . $termination->id, ]) !!}
@endcan
@endif
@endsection PK)Zl66!termination/description.blade.phpnu[ PK)Z!y; interviewSchedule/show.blade.phpnu[
PK)ZFM__"interviewSchedule/create.blade.phpnu[@php $setting = App\Models\Utility::settings(); $plan = Utility::getChatGPTSettings(); @endphp {{ Form::open(['url' => 'interview-schedule', 'method' => 'post']) }} {{ Form::close() }} @if ($candidate != 0) @endif PK)Z interviewSchedule/edit.blade.phpnu[@php $plan = Utility::getChatGPTSettings(); @endphp {{ Form::model($interviewSchedule, ['route' => ['interview-schedule.update', $interviewSchedule->id],'method' => 'PUT']) }} {{ Form::close() }} PK)Z322!interviewSchedule/index.blade.phpnu[@extends('layouts.admin') @section('page-title') {{ __('Manage Interview Schedule') }} @endsection @php $setting = App\Models\Utility::settings(); @endphp @section('breadcrumb') @endsection @push('css-page') @endpush @section('action-button') @can('Create Interview Schedule') @endcan @endsection @section('content')
{{ __('Calendar') }}
{{--
--}} @if(isset($setting['is_enabled']) && $setting['is_enabled'] =='on') @endif {{--
--}}

{{ __('Schedule List') }}

  • @foreach ($current_month_event as $schedule)
    {{ !empty($schedule->applications) ? (!empty($schedule->applications->jobs) ? $schedule->applications->jobs->title : '') : '' }}
    {{ !empty($schedule->applications) ? $schedule->applications->name : '' }}
    {{ \Auth::user()->dateFormat($schedule->date) . ' ' . \Auth::user()->timeFormat($schedule->time) }}
    @can('Edit Interview Schedule') @endcan @can('Delete Interview Schedule')
    {!! Form::open([ 'method' => 'DELETE', 'route' => ['interview-schedule.destroy', $schedule->id], 'id' => 'delete-form-' . $schedule->id, ]) !!} {!! Form::close() !!}
    @endcan
    @endforeach
@endsection @push('script-page') {{-- --}} @endpush PK)Z:  promotion/create.blade.phpnu[@php $plan = Utility::getChatGPTSettings(); @endphp {{ Form::open(['url' => 'promotion', 'method' => 'post']) }} {{ Form::close() }} PK)Z Ex promotion/edit.blade.phpnu[@php $plan = Utility::getChatGPTSettings(); @endphp {{ Form::model($promotion, ['route' => ['promotion.update', $promotion->id], 'method' => 'PUT']) }} {{ Form::close() }} PK)ZG<<promotion/index.blade.phpnu[@extends('layouts.admin') @section('page-title') {{ __('Manage Promotion') }} @endsection @section('breadcrumb') @endsection @section('action-button') @can('Create Promotion') @endcan @endsection @section('content')
{{--
--}}
@role('company') @endrole @if (Gate::check('Edit Promotion') || Gate::check('Delete Promotion')) @endif @foreach ($promotions as $promotion) @role('company') @endrole @endforeach
{{ __('Employee Name') }}{{ __('Designation') }} {{ __('Promotion Title') }} {{ __('Promotion Date') }} {{ __('Description') }}{{ __('Action') }}
{{ !empty($promotion->employee_id) ? $promotion->employee->name : '' }}{{ !empty($promotion->designation_id) ? $promotion->designation->name : '' }} {{ $promotion->promotion_title }} {{ \Auth::user()->dateFormat($promotion->promotion_date) }} {{ $promotion->description }} @if (Gate::check('Edit Promotion') || Gate::check('Delete Promotion')) @can('Edit Promotion') @endcan @can('Delete Promotion')
{!! Form::open(['method' => 'DELETE', 'route' => ['promotion.destroy', $promotion->id], 'id' => 'delete-form-' . $promotion->id]) !!}
@endcan
@endif
@endsection PK)ZyycustomQuestion/create.blade.phpnu[{{ Form::open(['url' => 'custom-question', 'method' => 'post']) }} {{ Form::close() }} PK)ZcustomQuestion/edit.blade.phpnu[{{ Form::model($customQuestion, ['route' => ['custom-question.update', $customQuestion->id],'method' => 'PUT']) }} {{ Form::close() }} PK)ZRcustomQuestion/index.blade.phpnu[@extends('layouts.admin') @section('page-title') {{ __('Manage Custom Question for interview') }} @endsection @section('breadcrumb') @endsection @section('action-button') @can('Create Custom Question') @endcan @endsection @section('content')
{{--
--}}
@foreach ($questions as $question) @endforeach
{{ __('Question') }} {{ __('Is Required?*') }} {{ __('Action') }}
{{ $question->question }} @if ($question->is_required == 'yes') {{ \App\models\CustomQuestion::$is_required[$question->is_required] }} @else {{ \App\models\CustomQuestion::$is_required[$question->is_required] }} @endif @can('Edit Custom Question') @endcan @can('Delete Custom Question')
{!! Form::open(['method' => 'DELETE', 'route' => ['custom-question.destroy', $question->id], 'id' => 'delete-form-' . $question->id]) !!}
@endcan
@endsection PK)ZDy@+!webhook_settings/create.blade.phpnu[{{ Form::open(['route' => ['create.webhook'], 'method' => 'post']) }} {{ Form::close() }} PK)Zbwebhook_settings/edit.blade.phpnu[{{ Form::model($webhook, ['route' => ['edit.webhook', $webhook->id], 'method' => 'POST']) }} {{ Form::close() }} PK)ZtF!performance_type/create.blade.phpnu[{{ Form::open(['url' => 'performanceType', 'method' => 'post']) }} {{ Form::close() }} PK)Z0  performance_type/edit.blade.phpnu[{{ Form::model($performance_type, ['route' => ['performanceType.update', $performance_type->id],'method' => 'PUT']) }} {{ Form::close() }} PK)Zc5Wtt performance_type/index.blade.phpnu[@extends('layouts.admin') @section('page-title') {{ __('Manage Performance Type') }} @endsection @section('breadcrumb') @endsection @section('action-button') @can('Create Performance Type') @endcan @endsection @section('content')
@include('layouts.hrm_setup')
@foreach ($performance_types as $performance_type) @endforeach
{{ __('Name') }} {{ __('Action') }}
{{ $performance_type->name }} @can('Edit Performance Type') @endcan @can('Delete Performance Type')
{!! Form::open(['method' => 'DELETE', 'route' => ['performanceType.destroy', $performance_type->id], 'id' => 'delete-form-' . $performance_type->id]) !!}
@endcan
@endsection PK)Zt`׸׸partial/Admin/menu.blade.phpnu[@php $logo = \App\Models\Utility::get_file('uploads/logo/'); $company_logo = \App\Models\Utility::GetLogo(); $users = \Auth::user(); $profile = \App\Models\Utility::get_file('uploads/avatar/'); $currantLang = $users->currentLanguage(); $emailTemplate = App\Models\EmailTemplate::getemailTemplate(); $lang = Auth::user()->lang; @endphp @if (isset($setting['cust_theme_bg']) && $setting['cust_theme_bg'] == 'on')