@extends('layouts.main') @section('title', 'Nomadic-Profile Picture') @section('content')

{{__('Upload profile picture')}}

{{__('Please upload your profile picture.')}} @if(is_null(auth()->user()->profile_pic))
@csrf
@else
@endif
@endsection @section('footer_scripts') @endsection