@extends('layouts/microfin_layout') @if(isset($isInterest) && $isInterest) @section('title', '| OTS Interest Payment') @else @section('title', '| Add Withdraw') @endif @section('content') @php use \App\Http\Controllers\microfin\savings\MfnSavingsWithdrawController as createForm; if(isset($isInterest) && $isInterest) { $prinDisplay = "none"; $intDisplay = "show"; } else { $prinDisplay = "show"; $intDisplay = "none"; } @endphp