@extends('front.pages.company-dashboard.main') @section('title', 'Settings') @section('dashboard-main-content')
profile-settings-icon {{translate('Profile Settings')}}
@csrf
{{translate('Phone & Email')}}
phone-icon
phone-icon
email-icon
email-icon2

@csrf
{{translate('Change Your Password')}}
lock-icon
lock-icon
lock-icon
{{translate('Disable Account')}}

{{translate('If you log in again you will able to see all the match jobs and get all information')}}.

company?->status==1? 'checked' :""}} class="form-check-input account-status-btn" type="checkbox" >
@endsection