@extends('users.layout') @section('content')

Edit User

@if ($errors->any())
Whoops! There were some problems with your input.

@endif
@csrf @method('PUT')
First Name:
Last Name:
Email:
Phone Number:
Department:
Designation:
Joining Date:
Skill Set:
@endsection