@extends('layouts.LayoutMaster') @section('content')

Create a New User

@csrf @include('user.form')
Create
@endsection