@extends("front/layout.master") @php $sellerac = App\Store::where('user_id', '=', $user->id)->first(); @endphp @section('title', __('staticwords.ManageAccount') . ' | ') @section('body')
@include('user.sidebar')

{{ __('staticwords.ChangePassword') }}


{{ csrf_field() }}
{{ $errors->first('old_password') }}
{{ __('staticwords.LoggedoutOtherDevices') }}
@endsection @section('script')