@extends('site_app') @section('head_title', trans('words.profile').' | '.getcong('site_name') ) @section('head_url', Request::url()) @section('content')
{!! Form::open(array('url' => 'profile','class'=>'row','name'=>'profile_form','id'=>'profile_form','role'=>'form','enctype' => 'multipart/form-data')) !!}
@if(Auth::User()->user_image) profile pic @else profile pic @endif
{!! Form::close() !!}
@endsection