@extends('backend.template.layouts.template-base') @section('title', 'Profile') @section('content') Profile Update Changes @if (session('success')) {{ session('success') }} @endif @if ($errors->any()) @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif @csrf Upload Profile Image User ID User Name Email Address Contact Number Change Password You can create new password by entering present password. @endsection @section('scripts') @endsection
You can create new password by entering present password.