@extends('web.layout.default') @section('page_title') | {{ trans('labels.change_password') }} @endsection @section('content')
@include('web.layout.usersidebar')

{{ trans('labels.change_password') }}

@csrf
@include('web.subscribeform') @endsection @section('scripts') @if ($errors->any()) @foreach ($errors->all() as $error) @endforeach @endif @endsection