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

৬। বর্তমান ঋণ সংক্রান্ত তথ্যাদি (Current loan related information)

Update your information
@csrf
ঋণ সংক্রান্ত তথ্যাদি (Loan related information)
If form not filled click to delete
@include('admin.employee.extra_partial_page.loan_table')
@endsection {{-- Scripts Section --}} @section('scripts') @endsection