@extends('layouts.backend.app') @section('title','Admin | Programs') @push('css') @endpush @section('content')

Change Password

@csrf
@if ($errors->has('old_password')) {{ $errors->first('old_password') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@endsection @push('js') @endpush