@extends('backend.layouts.main_layout') @section('title','Change Password') @section('content_header')

Account/Change Password {{ Session::get('error_msg') }} {{ Session::get('succ_msg') }}

@endsection @section('main_content')

Change Password

@csrf
@endsection