@extends('layouts.publicador.default') @section('content')
@choice('labels.imagens', 1)
@if(!empty($model) && !empty($model->imagem) && file_exists(public_path($model->caminho_completo)))@choice('labels.imagens', 1) @choice('labels.perfil', 1)
@if(!empty($model) && !empty($model->perfil) && file_exists(public_path($model->caminho_completo_perfil)))@lang('labels.acoes.cancelar') {{ Form::submit(__('labels.acoes.salvar'), ['class' => 'btn btn-success']) }}
{!! Form::close() !!}