dbfdg @extends('layouts.admin') @section('page-title') {{ __('Settings') }} @endsection @php use App\Models\Utility; use App\Models\WebhookSetting; $logo = \App\Models\Utility::get_file('uploads/logo'); $logo_light = !empty($setting['company_logo_light']) ? $setting['company_logo_light'] : ''; $logo_dark = !empty($setting['company_logo_dark']) ? $setting['company_logo_dark'] : ''; $company_favicon = !empty($setting['company_favicon']) ? $setting['company_favicon'] : ''; $color = !empty($setting['color']) ? $setting['color'] : 'theme-3'; $SITE_RTL = isset($setting['SITE_RTL']) ? $setting['SITE_RTL'] : 'off'; $currantLang = Utility::languages(); $lang = \App\Models\Utility::getValByName('default_language'); $webhookSetting = WebhookSetting::where('created_by', '=', \Auth::user()->creatorId())->get(); @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}
{{ __('Module') }} | {{ __('Url') }} | {{ __('Method') }} | {{ __('Action') }} |
---|---|---|---|
{{ ucwords($webhooksetting->module) }} | {{ $webhooksetting->url }} | {{ ucwords($webhooksetting->method) }} | @can('edit webhook') @endcan @can('delete webhook') @endcan |
{{ __('No Data Found.!') }} |
{{ __('IP') }} | {{ __('Action') }} | ||
---|---|---|---|
{{ $ip->ip }} | @can('edit webhook') @endcan @can('delete webhook') @endcan | ||
{{ __('No Data Found.!') }} |