@extends('backend.settings.setting-layout') @section('title') {{ __('website_settings') }} @endsection @section('breadcrumbs')

{{ __('affiliate_setting') }}

@endsection @section('website-settings')
@csrf

{{ __('carrerjet_api') }} ( Become an affiliate partner )

@method('PUT') @csrf
@error('careerjet_affiliate_id') {{ $message }} @enderror
@error('job_limit') {{ $message }} @enderror
@error('default_locale') {{ $message }} @enderror
@if (userCan('setting.update'))
@endif

{{ __('indeed_api') }} ( Become an affiliate partner )

@method('PUT') @csrf
@error('indeed_affiliate_id') {{ $message }} @enderror
@error('job_limit') {{ $message }} @enderror
@if (userCan('setting.update'))
@endif
@endsection @section('style') @endsection