@extends('layouts.admin') @section('content') @push('page-title') Change Password - Admin @endpush Change Password for {{ $user->first_name }} {{ $user->last_name }} All users @csrf @method('PUT') Password * Confirm password * Update @endsection