@extends('admin.layouts.app') @section('title', 'Admin - Edit User') @section('content')

Edit User

@csrf @method('put')
{{$errors->first('name')}}
{{$errors->first('email')}}
{{$errors->first('wallet')}}
{{--
{{$errors->first('image')}}
--}}
{{$errors->first('image')}}
@endsection @push('footerscript') @endpush