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

{{translate('Change Profile Photo')}}

@csrf
@if($profilePhoto!=null || $profilePhoto!="") @else @endif
@endsection