@extends('layouts.app') @section('title') {{ __('messages.edit_profile') }} @endsection @section('content')

{{ __('messages.edit_profile') }}

{!! Form::open(['id'=>'editProfileForm','files'=>true]) !!}
{{-- --}} {{-- @if(!(Str::contains(getLoggedInUser()->getOriginal('photo_url'),'ui-avatars.com')) && !(Str::contains(getLoggedInUser()->getOriginal('photo_url'),'assets')))--}} {{-- --}} {{-- @endif--}}
{{--
--}} {{-- --}} {{--
--}}
@php $isSubscribed = getLoggedInUser()->is_subscribed @endphp
{{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- {!! Form::checkbox('is_subscribed',1,$isSubscribed, ['id' => 'webNotification', 'class' => 'not-checkbox custom-checked mr-1']) !!}--}} {{--  {{__('messages.enable_onesignal_web_application')}}--}} {{--
--}} {{--
--}}
{!! Form::button(__('messages.save') , ['type'=>'submit','class' => 'btn btn-primary me-2 primary-btn','id'=>'btnEditSave','data-loading-text'=>" " .__('messages.processing')]) !!} {{ __('messages.cancel') }}
{!! Form::close() !!}
@endsection