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

Share Sale

@foreach($share_sell as $share_sells)
Warning: Undefined variable $share_sells in /home/shikkhaplus/public_html/demo_bk/resources/views/microfin/configuration/share/shareSell01032020/share_sell_list.blade.php on line 44

Warning: Attempt to read property "sell_share_date" on null in /home/shikkhaplus/public_html/demo_bk/resources/views/microfin/configuration/share/shareSell01032020/share_sell_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/demo_bk/resources/views/microfin/configuration/share/shareSell01032020/share_sell_list.blade.php on line 44
@endforeach
SL Member Name Sell No of Share Sell share Value Sell Share Date Action
{{ $SL++ }} {{ $share_sells->name }} {{ floor($share_sells->sell_no_of_share ) }} {{ $share_sells->sell_share_value }} {{ $sell_share_date ?? '' }} {{--   --}}  
@include('dataTableScript') @endsection