@extends("admin.admin_app") @section("content")
{!! Form::open(array('url' => 'admin/profile','class'=>'form-horizontal','name'=>'profile_form','id'=>'profile_form','role'=>'form','enctype' => 'multipart/form-data')) !!}
@if(Auth::user()->user_image!="") person @else person @endif
{!! Form::close() !!}
@include("admin.copyright")
@endsection