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

MY PROFILE

@if (session('status')) @endif
@include('flash::message')
@csrf
@if($user->profile_pic_approved == 1) @endif
@if ($errors->has('image'))
{{ $errors->first('image') }}
@endif
@if (Bouncer::is($user)->an('admin'))

Admin

@else

Member

@endif
Show All Post
@if ($errors->has('fname'))
{{ $errors->first('fname') }}
@endif
@if ($errors->has('mname'))
{{ $errors->first('mname') }}
@endif
@if ($errors->has('sname'))
{{ $errors->first('sname') }}
@endif


@if ($errors->has('province'))
{{ $errors->first('province') }}
@endif
@if ($errors->has('country'))
{{ $errors->first('country') }}
@endif
@if ($errors->has('city'))
{{ $errors->first('city') }}
@endif

@if ($errors->has('stnumber'))
{{ $errors->first('stnumber') }}
@endif
@if ($errors->has('stname'))
{{ $errors->first('stname') }}
@endif
@if ($errors->has('pcode'))
{{ $errors->first('pcode') }}
@endif
@if ($errors->has('pbox'))
{{ $errors->first('pbox') }}
@endif


@if ($errors->has('phone'))
{{ $errors->first('phone') }}
@endif
@if ($errors->has('mobile'))
{{ $errors->first('mobile') }}
@endif
@if ($errors->has('email'))
{{ $errors->first('email') }}
@endif
@if($user->diving_member != null) @else

-

@endif
@if ($errors->has('title')) @endif
@if($user->bio_approved == 1) @if ($errors->has('bio'))
{{ $errors->first('bio') }}
@endif @else @endif @if ($errors->has('bio'))
{{ $errors->first('bio') }}
@endif

Not Adopted

@if ($errors->has('can_be_featured'))
{{ $errors->first('can_be_featured') }}
@endif
@if ($errors->has('share_adopted_public'))
{{ $errors->first('share_adopted_public') }}
@endif
@if ($errors->has('share_adopted_associates'))
{{ $errors->first('share_adopted_associates') }}
@endif
@if ($errors->has('member_of_aima'))
{{ $errors->first('member_of_aima') }}
@endif
@if ($errors->has('attended_aima_courses'))
{{ $errors->first('attended_aima_courses') }}
@endif
@if ($errors->has('course_dates'))
{{ $errors->first('course_dates') }}
@endif
@if ($errors->has('course_location'))
{{ $errors->first('course_location') }}
@endif
@if ($errors->has('share_adopted_associates'))
{{ $errors->first('share_adopted_associates') }}
@endif

@if($user->une_consent)
@if($user->wreck_check_consent) Wreck Check Consent form @else @endif


@endif



Yes :    No :

You will stop receiving mails regarding new posts and comments.




@endsection @section('scripts') @endsection