@extends('layouts.app') @section('content')
@php $page_name = 'HR > Resigned Employee'; $page_number = 1; @endphp @include('layouts.table_top')
@include('hrpayroll::layouts.sidebar')
@endsection @push('custom-script') @endpush