@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
@endsection @section('script') @endsection