@extends('layouts.main')
@section('title', 'Nomadic-Profile Picture')
@section('content')
{{__('Join global creatives')}}
{{__('Upload profile picture')}}
{{__('Please upload your profile picture.')}}
@if(is_null(auth()->user()->profile_pic))
@else
@endif
@endsection
@section('footer_scripts')
@endsection