@extends('sales.layouts.app') @section("content")

編輯帳號

{{ csrf_field() }} {{ method_field("PUT") }}

修改密碼

@if (count($errors) > 0) @include('partials.error', ['errors'=>$errors]) @endif
@if($editable) @endif 取消,回上頁
@endsection