@extends('layouts.app') @section('content')
{{-- Display validation errors --}} @if($errors->any())
@endif

Add New User

@csrf
Cancel
@endsection