@extends('layouts.app') @section('content') @php error_reporting(0); @endphp

Add User

Add User Here

@foreach ($errors as $error) {{ $error }} @endforeach
@csrf
@endsection