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

Share Configuration

@foreach($share_config as $share_configs)
Warning: Undefined variable $share_configs in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/microfin/configuration/share/shareConfig/share_list.blade.php on line 45

Warning: Attempt to read property "effective_from" on null in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/microfin/configuration/share/shareConfig/share_list.blade.php on line 45

Deprecated: date_create(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/shikkhaplus/public_html/morning_bird_bk/resources/views/microfin/configuration/share/shareConfig/share_list.blade.php on line 45
@endforeach
SL Share value No. Of Share (Max) No. Of Share (Min) Effactive From Profit Distribution Action
{{ $SL++ }} {{ $share_configs->share_value }} {{ (floor($share_configs->min_num_of_share)) }} {{ floor($share_configs->max_num_of_share) }} {{ $effective_from }} {{ $share_configs->profit_distribution }}
@include('dataTableScript') @endsection