Edit Vendor
@php
$statusCheck = true;
if (old('status', $vendor->status) === 'inactive') {
$statusCheck = false;
}
@endphp