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

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

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

{{ __('Company Name') }} : {company_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('joining_content', __(' Format'), ['class' => 'form-label text-dark']) }}
{{ Form::submit(__('Save Changes'), ['class' => 'btn btn-primary']) }}
{{ Form::close() }}
@endsection