@extends('user.layout') @section('title') {{__('message.Edit Profile')}} @stop @section('meta-data') @stop @section('content')

{{__('message.Edit Profile')}}

{{__('message.Edit Profile')}}

@if(Session::has('message'))
@endif
{{csrf_field()}}
@if(isset($userdata)&&$userdata->profile_pic!="") @else @endif
{{__('message.Cancel')}}
@stop @section('footer') @stop