@extends('layouts.app') @section('title', 'De-para Status Usuários') @section('content_header')

Status dos Usuários

@stop @section('content')
@csrf {{method_field('PUT')}}
@if($errors->has('status_from')) {{$errors->first('status_from')}} @endif
@if($errors->has('status_to')) {{$errors->first('status_to')}} @endif
@stop