@section('title', 'Edit Career Category') @push('style') @endpush @push('script') @endpush
@csrf

Status

@if ($category->status == 'active')
@else
@endif
Set the Career category status.

Career Category Details

@foreach ($languages as $id => $language)
@php $languageCode = strtolower($language); @endphp
@endforeach
Cancel