Alterar Status
{{-- Status --}}
{{ __('Status') }}
@foreach($statusOptions as $value => $label)
status == $value) || (old('status') == $value)) ? 'selected' : '' }}>{{ $label }}
@endforeach
@if ($errors->has('status'))
{{ $errors->first('status') }}
@endif