@extends('layouts.light.master') @section('title', 'Edit Profile') @section('css') @endsection @section('style') @endsection @section('breadcrumb-title')

UserProfile

@endsection @section('breadcrumb-items') @endsection @section('content')
@include('partial.message')
@csrf
@error('old_password') {{ $message }} @enderror
@error('new_password') {{ $message }} @enderror
@error('confirm_password') {{ $message }} @enderror
{{--
--}}
@endsection @section('script') @endsection