@extends('layouts.app') @section('content')

Consents required

@csrf
Q1 : Are you happy for the information you have provided about your adopted site to be used in the GIRT website and associated platforms and shared with the management agency?
@if ($errors->has('share_adopted_associates'))
{{ $errors->first('share_adopted_associates') }}
@endif
Q2 : Are you happy to be featured as GIRT member on the website or Facebook Page?
@if ($errors->has('can_be_featured'))
{{ $errors->first('can_be_featured') }}
@endif
Profile Image :
Bio :
@if ($errors->has('bio'))
{{ $errors->first('bio') }}
@endif @if ($errors->has('image'))
{{ $errors->first('image') }}
@endif
Q3 : Are you a member of AIMA?
@if ($errors->has('member_of_aima'))
{{ $errors->first('member_of_aima') }}
@endif
Q4 : Have you attended an AIMA/NAS Course?
@if ($errors->has('attended_aima_courses'))
{{ $errors->first('attended_aima_courses') }}
@endif
Q5: Are you a member of a dive club/avocational archaeology group?
@if ($errors->has('member_of_dive_club'))
{{ $errors->first('member_of_dive_club') }}
@endif

@endsection @section('scripts') @endsection