@extends('layouts.app') @section('title', (isset($user) ? 'Edit' : 'Create') . ' user · DocShare') @section('section', 'Admin console') @section('subtitle', isset($user) ? 'Update user details and permissions.' : 'Add a new user to the platform.') @section('content') ← Back to users @if($errors->any())