@extends('layouts.admin') @section('page-title') {{__('Settings')}} @endsection @php // $logo=asset(Storage::url('uploads/logo/')); $logo=\App\Models\Utility::get_file('uploads/logo'); $logo_light = \App\Models\Utility::getValByName('company_logo_light'); $logo_dark = \App\Models\Utility::getValByName('company_logo_dark'); $company_favicon = \App\Models\Utility::getValByName('company_favicon'); $setting = \App\Models\Utility::colorset(); $mode_setting = \App\Models\Utility::mode_layout(); $color = (!empty($setting['color'])) ? $setting['color'] : 'theme-3'; $company_setting=\App\Models\Utility::settingsById('site_currency'); $SITE_RTL= isset($setting['SITE_RTL'])?$setting['SITE_RTL']:'off'; $EmailTemplates = App\Models\EmailTemplate::all(); $currantLang = Utility::languages(); @endphp @section('breadcrumb')
{{__('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}
{{__('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}
{{__('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}
{{__('Date')}} : {date}
{{__('Company Name')}} : {app_name}
{{__('Employee Name')}} : {employee_name}
{{__('Designation')}} : {designation}