{{-- Extends layout --}} @extends('layout.default') {{-- Content --}} @section('content')
@include("admin.employee.aside_nav")

৭। গৃহীত অর্জিত ছুটি / লিয়েন সম্পর্কিত তথ্যাদি (Information related to Earn leave/Lien availed)

Update your information
@csrf
৭.১ অনুমোদিত ছুটি (Earned Leave)
If form not filled click to delete
@include('admin.employee.extra_partial_page.authorized_leave')
৭.২ লিয়েন (Lien)
If form not filled click to delete
@include('admin.employee.extra_partial_page.lien')
@endsection {{-- Scripts Section --}} @section('scripts') @endsection