{!! ucfirst($section['section_title'] ?? "") !!}

{{ ucfirst($section['section_label'] ?? "") }}

{{__('view_all')}}
@if(!empty($section['section_content']) && count($section['section_content']) > 0) @foreach($section['section_content'] as $key => $value)
salon management tips
{{ $value->day }}
{{ $value->month }}
@endforeach @else
{{ __('No content available') }}
@endif