@extends('layouts.admin_new') @section('content')
{{--
{{ trans('global.my_profile') }}
{{--
@csrf
@if ($errors->has('name'))
{{ $errors->first('name') }}
@endif
@if ($errors->has('email'))
{{ $errors->first('email') }}
@endif
--}}
{{ trans('global.change_password') }}
@csrf
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
{{--
{{ trans('global.delete_account') }}
@csrf
--}}
@endsection