@extends('layouts.mobile.modern') @section('title', 'Ubah Password') @section('header_left') @endsection @push('mystyle') @endpush @section('content')
@csrf @method('PUT')
@error('username')
{{ $message }}
@enderror
@endsection @push('myscript') @endpush