@extends('layouts.admin') @section('title', 'Edit Lowongan') @section('page-title', 'Edit Lowongan') @section('page-subtitle', $vacancy->title) @section('content')
@csrf @method('PUT')
is_active ? 'checked' : '' }} style="width: 18px; height: 18px; accent-color: var(--green-500);">
Batal
@endsection