@extends('layouts.app') @section('content')
@csrf
@if ($errors->has('userid')) {{ $errors->first('userid') }} @endif
@if ($errors->has('fullname')) {{ $errors->first('fullname') }} @endif
@endsection