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