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

Edit Profile

@csrf
{{ $errors->first('name') }}
{{ $errors->first('email') }}
{{ $errors->first('username') }}
{{ $errors->first('roles') }}
{{ $errors->first('password') }}
{{ $errors->first('retype_password') }}
Cancel
@endsection