@extends('layouts.admin.index') @section('content')
@csrf
@if($errors->has('user_code')) {{ $errors->first('user_code') }} @endif
@if($errors->has('roles')) {{ $errors->first('roles') }} @endif
@if($errors->has('name')) {{ $errors->first('name') }} @endif