@extends('layouts/microfin_layout') @section('title', '| Product Details') @section('content')
Share Stock Information
Permission No. Of Share : {{$shareStockDetails->permission_no_of_share ?? ''}} Permission avilable Share: {{$avilable_sellable_share ?? ''}}
Permission Share Date:
Warning: Undefined variable $shareStockDetails in /home/shikkhaplus/public_html/demo_bk/resources/views/microfin/configuration/share/shareStock/share_stock_details.blade.php on line 58

Warning: Attempt to read property "permission_share_date" on null in /home/shikkhaplus/public_html/demo_bk/resources/views/microfin/configuration/share/shareStock/share_stock_details.blade.php on line 58

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/shareStock/share_stock_details.blade.php on line 58
{{$permission_share_date ?? '' }}
@php($sl=1) @foreach($shareStockSellable as $shareStockSellables )
Warning: Undefined variable $shareStockSellables in /home/shikkhaplus/public_html/demo_bk/resources/views/microfin/configuration/share/shareStock/share_stock_details.blade.php on line 92

Warning: Attempt to read property "share_sellable_date" on null in /home/shikkhaplus/public_html/demo_bk/resources/views/microfin/configuration/share/shareStock/share_stock_details.blade.php on line 92

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/shareStock/share_stock_details.blade.php on line 92
@endforeach
SL Sellable Date Sellable Share Action
{{$sl++}} {{$share_sellable_date ?? ''}} {{ $shareStockSellables->share_sellable}}   {{-- --}}
{{-- delete modal --}} {{-- status change modal --}} {{-- status change notification modal --}} @endsection