@extends('master') @section('title') User Create @endsection @section('content') @if ($errors->any())
@endif

Create User


Add New User
Back
@endsection @section('script') @endsection