@extends('layouts.profile') @section('page_title') @parent ویرایش حساب کاربری @endsection @section('head-js') @stop @section('main-head') @stop @section('main')
{!! Form::open(['url'=>'/profile/savechange-profile','method'=>'post' , 'enctype' => 'multipart/form-data']) !!}

ویرایش حساب کاربری

avatar) src="{{asset('/uploads/avatars/'.$user->avatar)}}" @else src="/avatar.png" @endif class="default-user-pic img-responsive" style=" width: 100%; height: auto;" id="blah1" alt="your image" width="100" height="100" align="middle">
@if($user->birthday)

تاریخ تولد شما : {{\Morilog\Jalali\Jalalian::forge($user->birthday)->format('d F Y')}}

@endif
{!! Form::close() !!}
@stop @section('js') @stop