@extends('layout.layout') @section('section_title') Perfis @endsection @section('css') @endsection @section('breadcrumb') @endsection @section('content')
@method('put') @csrf
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if($usuario->email != $usuarios->email) @if ($errors->has('email')) {{ $errors->first('email') }} @endif @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@if(Auth::user()->id != $usuario->id) @if(!Auth::user()->isRevenda())
@else @endif @endif
@endsection @section('javascript') @endsection