@extends('layouts.app') @section('titlePage', 'Change Password Staff') @section('content')
Change Password Staff #{{$staff->fullname}}
@include('common.alert')
@csrf @method('PUT')
@endsection