@extends('adminlte::page') @section('title', 'Create User') @section('content_header')

Create New User

@endsection @section('content')
@csrf
@endsection