@php use App\Helpers\Helper; @endphp

{{ __('homepage.register_yourself_with_us') }}

{!! __('homepage.become_a_volunteer') !!}

@php $images = $volunteer->images == '' ? [] : json_decode($volunteer->images); @endphp @foreach ($images as $image) Register Image @endforeach
{!! Helper::stripInlineStyle( app()->getLocale() == 'en' ? $volunteer->description_en ?? '' : $volunteer->description_np ?? ($volunteer->description_en ?? ''), ) !!}
Volunteer Hands Image

{!! __('homepage.what_we_look_in_volunteers') !!}

{!! Helper::stripInlineStyle( app()->getLocale() == 'en' ? $volunteer->qualification_en ?? '' : $volunteer->qualification_np ?? ($volunteer->qualification_en ?? ''), ) !!}
{{ __('pages.register') }}
@push('scripts') @endpush