@extends('layouts.app') @section('content')

Users

@if ($errors->any())

@endif
{{csrf_field()}} {{ $errors->first('name') }}
{{ $errors->first('email') }}
{{ $errors->first('rolesid') }}
{{ $errors->first('password') }}
{{ $errors->first('password_confirmation') }}
Back
@endsection @section('footerjs') @endsection