{{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 !!} |