{{ $Group }} {{ __('lng.Settings') }}
{{ __('lng.Back') }}
@foreach ($Settings as $Setting)
@switch($Setting->group)
{{-- SETTINGS GENERAL START --}}
@case('General')
@if ($Setting->title == 'Paginate')
@elseif($Setting->title == 'financial_year')
@elseif($Setting->title == 'Subscription_month')
@elseif($Setting->title == 'student_batch_year')
@else
@endif
@break
{{-- SETTINGS GENERAL END --}}
{{-- SETTINGS PRODUCT START --}}
@case('Product')
@break
{{-- SETTINGS PRODUCT END --}}
{{-- SETTINGS SERVICE START --}}
@case('Service')
@break
{{-- SETTINGS SERVICE END --}}
{{-- SETTINGS LOAN START --}}
@case('Loan')
@if ($Setting->title == 'IsInterestFreeLoanRegister')
@elseif ($Setting->title == 'RegisterFee')
@elseif($Setting->title == 'RenewalFee')
@endif
@break
{{-- SETTINGS LOAN END --}}
{{-- SETTINGS APP SERVIES START --}}
@case('Appservice')
@break
{{-- SETTINGS APP SERVIES END --}}
{{-- SETTINGS APP SERVIES START --}}
@case('House')
@break
{{-- SETTINGS APP SERVIES END --}}
{{-- SETTINGS PAYMENT START --}}
@case('Payment')
@break
{{-- SETTINGS PAYMENT END --}}
@endswitch
@endforeach
{{ $Setting->title }} - ({{ $Setting->value }})
{{ __('lng.FinancialYear') }} - ({{ $Setting->value }})
@php
$Month = date('Y-m', strtotime($Setting->value));
@endphp
{{ __('lng.SubscriptionMonth') }} - ({{ $Month }} )
{{ __('lng.StudentBatchYear') }} - ({{ $Setting->value }})
@switch($Setting->title)
@case('IsShowAbout')
Show About
@break
@case('IsShowProduct')
Show Product
@break
@case('IsShowSplash')
Show Splash
@break
@case('IsShowService')
Show Service
@break
@endswitch
@switch($Setting->title)
@case('Product_IsShowActualPrice')
Show Product MRP
@break
@case('Product_IsShowAmount')
Show Product Amount
@break
@case('IsShowAbout')
Show About
@break
@case('Product_IsShowOffer')
Show Product Offer
@break
{{-- @default --}}
@endswitch
@switch($Setting->title)
@case('Service_IsShowOffer')
Show Product Offer
@break
@case('Service_IsShowActualPric')
Show Product Price
@break
@case('IsShowAbout')
Show About
@break
@case('Service_IsShowAmount')
Show Product Amount
@break
@default
@endswitch
{{ __('lng.InterestFreeLoanRegister') }}
{{ $Setting->title }}
{{ $Setting->title }}
@switch($Setting->title)
@case('IsShowSalahTime')
{{ __('lng.salah_time') }}
@break
@endswitch
@switch($Setting->title)
@case('reference')
{{ __('lng.Reference') }}
@break
@case('author_relation')
{{ __('lng.AuthorRelation') }}
@break
@endswitch
@switch($Setting->title)
@case('area_ward')
{{ __('lng.Area/Ward') }} - ( {{ __('lng.Receipt') }} )
@break
@case('relative_name')
{{ __('lng.RelativeName') }} - ( {{ __('lng.Receipt') }} )
@break
@endswitch