@extends('user.layout.base') @section('title', 'Profile ') @section('content')

@lang('user.profile.edit_information')

@include('common.notify')
{{ csrf_field() }}
your image
@php($language=get_all_language())
@endsection @section('scripts') @endsection