@extends('admin.layout.layout') @section('content')
Update Password
Home
Update Password
@if (Session::has('error_message')) @endif @if (Session::has('success_message')) @endif
@csrf
@endsection