@extends('layouts.main') @section('customcss') @endsection @section('pagecontent')

@lang('sistema.edit_user.edit_title')

@if (count($errors) > 0)
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
{{ csrf_field() }} {{ method_field('PUT') }}
@lang('sistema.edit_user.edit_pass_txt')
status==0) checked @endif value="1">
@lang('sistema.btn_back')
@endsection @section('customjs') @if (session('type')=='error') @endif @endsection