@extends('layouts.app') @section('title','Edit User') @section('content')
Update User Registration

@csrf @method('put')
{{ $errors->first('name') }}
{{ $errors->first('name_bn') }}
{{ $errors->first('email') }}
{{ $errors->first('mobile') }}
{{ $errors->first('password') }}
{{ $errors->first('password_confirmation') }}
{{ $errors->first('usertype') }}
@endsection