@extends('layouts.app') @section('title', __('user.update_profile')) @section('content')
{{ __('user.profile') }}
{{-- CSRF Protection --}} @csrf @method('PUT')
{{ __('app.change_password') }}
{{-- CSRF Protection --}} @csrf @method('PUT')
@endsection @section('js') @endsection