@extends('payroll.employee_frontend.layouts.employee') @section('custom_style') @endsection @section('content') Change Password @if (session('success')) {{ session('success') }} @endif @if ($errors->any()) @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif @csrf Old Password New Password Re-Type New Password @endsection @section('script') @endsection