@extends('layouts.main') @section('page-title') {{ __('No Objection Certificate Settings') }} @endsection @section('page-breadcrumb') {{ __('No Objection Certificate Settings') }} @endsection @section('page-action') @push('css') @endpush @push('scripts') @endsection @section('content')
@include('hrm::layouts.hrm_setup')
{{ __('No Objection Certificate Settings') }}
@if (module_is_active('AIAssistant')) @include('aiassistant::ai.generate_ai_btn', [ 'template_module' => 'noc settings', 'module' => 'Hrm', ]) @endif
{{ __('Placeholders') }}

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

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

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

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

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

{{ Form::open(['route' => ['noc.update', $noclang], 'method' => 'post']) }}
{{ Form::label('noc_content', __(' Format'), ['class' => 'form-label text-dark']) }}
{{ Form::submit(__('Save Changes'), ['class' => 'btn btn-primary']) }}
{{ Form::close() }}
@endsection