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

  @lang('user.profile.update_profile')

@include('common.notify')
{{ csrf_field() }}
your image
@endsection