@extends('layouts.admin') @section('content')
{{ csrf_field() }} @include('includes.admin.form-both')

{{ __('Current Password') }} *

{{ __('New Password') }} *

{{ __('Re-Type New Password') }} *

@endsection @section('scripts') @endsection