@extends('layouts.index') @section('content')
{{ $errors->first('first_name') }}
@endif{{ $errors->first('last_name') }}
@endif{{ $errors->first('username') }}
@endif{{ $errors->first('email') }}
@endif{{ $errors->first('password') }}
@endif{{ $errors->first('roles') }}
@endif