@extends('admin::layouts.master') @section('page_title') {{ __('admin::app.account.title') }} @stop @section('content-wrapper')
@csrf()
@{{ errors.first('name') }}
@{{ errors.first('email') }}
@{{ errors.first('password') }}
@{{ errors.first('password_confirmation') }}
@{{ errors.first('current_password') }}
@stop @push('scripts') @endpush