@extends('AdminPanel.layouts.master') @section('content')

{{__('common.Account')}}

@csrf
@if($errors->has('password')) {{ $errors->first('password') }} @endif
@stop