@include('partials.breadcrumbs')
@include('layouts.crmnov')

Hobbies

It is important that hobbies are encouraged for all young people in care

Hobbies give teenagers a chance to meet new people, discover new passions, develop skills outside of school, and do something all kids should do: have fun.

Having a hobby provides loads of benefits, including:

Stress reduction.
Higher self-esteem.
Competence.
Providing bonding time with friends and others.
Learning self-discipline.
Learning patience.
Learning goal-setting and decision making.

Use the following links to assist you in finding hobbies for the young people you care for. If the desired hobby for the young person is not there, please use other online resources to help in your search.

@if($role == 'admin')
Save @elseif(((isset($perm['resident'][$resident['id']]) && ($perm['resident'][$resident['id']]==1)) || ((isset($resident['home_id']) && (isset($perm['resident']['bulk_'.$resident['home_id']])) && ($perm['resident']['bulk_'.$resident['home_id']]==1)) && ((isset($perm['resident'][$resident['id']]) && ($perm['resident'][$resident['id']] == 1)) || !isset($perm['resident'][$resident['id']] ))) || ( ( (isset($perm['resident']['bulk'])) && ($perm['resident']['bulk'] == 1) ) && ((isset($perm['resident'][$resident['id']]) && ($perm['resident'][$resident['id']] == 1)) || !isset($perm['resident'][$resident['id']] )) )) && $role!='visitor')
Save @endif

Hobbies Logs

@forelse($logs as $log) @empty {{-- --}} @endforelse
Start Date End Date Logs
{{ isset($log['start_date']) ? date(config('choicescrm.date_format_forms'), strtotime($log['start_date'])) : '' }} {{ isset($log['end_date']) ? date(config('choicescrm.date_format_forms'), strtotime($log['end_date'])) : '' }} @php $logText = ''; if($log['british_cycling_club']==1) $logText .= 'British Cycling Club Finder, '; if($log['baseball']==1) $logText .= 'Find Baseball & Softball Near You, '; if($log['basketball_club']==1) $logText .= 'Basketball Club Finder, '; if($log['football']==1) $logText .= 'Play Football, '; if($log['volleyball_club']==1) $logText .= 'Volleyball Club Finder, '; if($log['lacrosse_club']==1) $logText .= 'Lacrosse Club Finder, '; if($log['handball_club']==1) $logText .= 'Handball Club Finder, '; if($log['rugby_club']==1) $logText .= 'Rugby Club Finder, '; if($log['badminton_club']==1) $logText .= 'Badminton Club Finder, '; if($log['athletics_club']==1) $logText .= 'Athletics & Running Club Finder, '; if($log['rugby_league']==1) $logText .= 'Rugby League, '; if($log['archery_club']==1) $logText .= 'Archery Club Finder, '; if($log['table_tennis_club']==1) $logText .= 'Table Tennis Club Finder, '; if($log['weight_lifting_club']==1) $logText .= 'Weight-Lifting Club Finder, '; if($log['hockey_club']==1) $logText .= 'Hockey Club Finder, '; if($log['cricket_club']==1) $logText .= 'Cricket Club Finder, '; if($log['arts_club']==1) $logText .= 'Arts Club Finder, '; if($log['swimming']==1) $logText .= 'Swimming - Pool Finder, '; if($log['netball_club']==1) $logText .= 'Netball Club Finder, '; echo trim($logText, ', '); @endphp
No record found