@extends('tenant.layouts.master') @section('title', 'Edit User') @section('page-title', 'Edit User') @section('breadcrumbs') @endsection @section('content') @include('tenant.users._form', ['action' => route('tenant.users.update', [$tenant, $user]), 'method' => 'PUT']) @endsection