@extends('frontend.user.dashboard.user-master') @section('style') @endsection @section('section')

{{__('Edit Profile')}}

@csrf
@php $all_countries = \App\Country\Country::select("id","name")->where("status","publish")->get();// App\Helpers\CountryHelper::getAllCountries(); @endphp
{!! render_attachment_preview_for_admin($user_details->image) !!}
{{__('Recommended image size 150x150')}}
@endsection @section('scripts') @endsection