@extends('template.app') @section('meta') @endsection @section('title') User Insert @endsection @section('styles') @endsection @section('content')
@csrf @method('POST')
* Leave blank for default password
Back
@endsection @section('scripts') @endsection