@extends('../site/layouts.user_panel.app') @section('page_title', __('Profile')) @section('css') @endsection @section('content')

{{ __('Your Profile') }}

{{ __('What you show about yourself to the world..') }}

{{ __('Edit profile') }}

@csrf
your image
@if ($user->objectFile()->get()->isNotEmpty())
{{ __('Remove') }}
{{ __('Are you sure you want to delete this?') }}
{{ __('Yes, Delete') }}
@endif

{{ __('personal information') }}

{{ __('Cancel') }}
@endsection @section('js') @endsection