@extends('layouts.admin') @section('content') @push('css') {{-- dropzone --}} @endpush
Change Password
@csrf
@if ($errors->has('current_password')) {{ $errors->first('current_password') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@if ($errors->has('confirmation_password')) {{ $errors->first('confirmation_password') }} @endif
@push('alljs') @endpush @endsection