@extends('layouts.admin') @section('title', 'useri') @section('content')

user {{ $user->name }}

@method($user->exists ? 'PUT': 'POST') @csrf
@endsection