{!! Form::label('id', __('models/volunteers.fields.id').':') !!}

{{ $volunteer->id }}

{!! Form::label('name', __('models/volunteers.fields.name').':') !!}

{{ $volunteer->name }}

{!! Form::label('email', __('models/volunteers.fields.email').':') !!}

{{ $volunteer->email }}

{!! Form::label('birthday', __('models/volunteers.fields.birthday').':') !!}

{{ $volunteer->birthday }}

{!! Form::label('phone', __('models/volunteers.fields.phone').':') !!}

{{ $volunteer->phone }}

{!! Form::label('job', __('models/volunteers.fields.job').':') !!}

{{ $volunteer->job }}

{!! Form::label('motivation', __('models/volunteers.fields.motivation').':') !!}

{{ $volunteer->motivation }}