@extends('layout.master') @section('content')
@csrf @include('user._user_form', ['create_form' => true] )
@section('css') @endsection @section('js') @endsection @endsection