@extends('Layouts.erp_master') @section('content')
sh_app_for == 'org' ? 'checked' : ''}}>
sh_app_for == 'branch' ? 'checked' : ''}}>
@if ($SpecialHolidayData->sh_app_for == 'org')
@endif @if ($SpecialHolidayData->sh_app_for == 'branch')
@endif @if ($SpecialHolidayData->sh_app_for == 'somity')
@endif
@include('elements.button.common_button', ['back' => true ])
@endsection