@extends('layouts.app') @section('template_title') {{ __('Update') }} User @endsection @section('content')
{{ __('Update') }} User
{{ method_field('PATCH') }} @csrf @include('superadmin.user.form')
@endsection