@extends('admin.layout.app') @section('title') {{ __('Update') }} App User @endsection @section('header')

Home - App User Managment

@endsection @section('content')
{{ __('Edit ') }} App User
@csrf {{ method_field('PATCH') }} @include('admin.app-user.form')
@endsection @section('script') @endsection