@extends('layouts.master') @extends('sidebar.dashboard') @section('page-style') @endsection @section('content')

Create User

Back
@include('layouts.messages')
@csrf
@endsection @section('page-script') @endsection