@extends('layouts.app') @section('content')
@include('common.errors')
INDIETRO
{{ csrf_field() }}
  Informazioni personali:
@if ( $from == "viewUser" && $user->a_isactive == 0 ) @else @endif
@if ( $from == "viewUser" && $user->id_admin_cat != null && ( $user->id_admin_cat == 3 || $user->id_admin_cat == 6 ) )
@else
@endif

@if ( $from == "newUser" ) @elseif ( $from == "viewUser" ) @endif


@endsection