@extends('admin.layout.app') @section('title','Create User') @section('header')

Home - User Managment

@endsection @section('content')
{{ __('Create User') }}
@csrf @include('admin.users.form')
@endsection @section('script') @endsection