@extends('layouts.dashboard') @section('contents')
@if(Session::has('success')) @elseif(Session::has('failed')) @endif

Add New User


@csrf
@endsection @section('scripts') @endsection