{{trans_choice('general.volunteer',1)}} {{trans_choice('general.detail',2)}}

{{trans_choice('general.role',2)}} @foreach(unserialize($volunteer->roles) as $key) @if(!empty(\App\Models\VolunteerRole::find($key))) {{\App\Models\VolunteerRole::find($key)->name}} @endif @endforeach
{{trans_choice('general.note',2)}} {!! $volunteer->notes !!}
{{trans_choice('general.created_at',2)}} {!! $volunteer->created_at !!}