@extends($route['layout']) @section('title', '| Share Sell') @section('content')

Share Withdraw

@foreach($share_withdraw as $share_withdraws)
Warning: Undefined variable $share_withdraws in /home/shikkhaplus/public_html/guk_bk/resources/views/microfin/share/shareWithdraw/share_withdraw_list.blade.php on line 44

Warning: Attempt to read property "withdraw_share_date" on null in /home/shikkhaplus/public_html/guk_bk/resources/views/microfin/share/shareWithdraw/share_withdraw_list.blade.php on line 44

Deprecated: date_create(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/shikkhaplus/public_html/guk_bk/resources/views/microfin/share/shareWithdraw/share_withdraw_list.blade.php on line 44
@endforeach
SL Member Name Withdraw No of Share Withdraw share Value Withdraw Share Date Action
{{ $SL++ }} {{ $share_withdraws->name }} - {{ $share_withdraws->code }} {{ floor($share_withdraws->withdraw_no_of_share ) }} {{ $share_withdraws->withdraw_share_value }} {{ $withdraw_share_date ?? '' }} {{--   --}}  
@include('dataTableScript') @endsection