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

Home - App User Managment

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