@extends('layouts.admin') @section('content')

{{ $user->exists?'Editar':'Nuevo' }} usuario

@csrf @if($user->exists)@method('PUT')@endif@if($errors->any())
{{ $errors->first() }}
@endif
@endsection