@extends('layout.app') @section('content')
@if ($errors->all())
@foreach($errors->all() as $message) @endforeach
@endif
Create User
@csrf
@endsection