@extends('backend.layout.master') @section('content')

Edit User

Users

@can('user-list') Users List @endcan
@csrf @method('PUT')
Name:
Email:
Password:
Confirm Password:
Role:
@endsection