{{ Form::file('header_html', array('class' => '', 'id' => 'header_html')) }}
Espere mientras se carga el encabezado de tema
{{ $errors->first('header_html') }} @if(Session::has('ace')) {{ Session::get('ace') }} @endif
{{ Form::file('sidebar_html', array('class' => '', 'id' => 'sidebar_html')) }}
Espere mientras se carga el barra lateral
{{ $errors->first('sidebar_html') }} @if(Session::has('ace')) {{ Session::get('ace') }} @endif
{{ Form::file('footer_html', array('class' => '', 'id' => 'footer_html')) }}
Espere mientras se carga el pie del tema
{{ $errors->first('footer_html') }} @if(Session::has('ace')) {{ Session::get('ace') }} @endif
{{ Form::file('post_html', array('class' => '', 'id' => 'post_html')) }}
Espere mientras se carga el post del tema
{{ $errors->first('post_html') }} @if(Session::has('ace')) {{ Session::get('ace') }} @endif
{{ Form::file('headerG_html', array('class' => '', 'id' => 'headerG_html')) }}
Espere mientras se carga el encabezado genérico del tema
{{ $errors->first('headerG_html') }} @if(Session::has('ace')) {{ Session::get('ace') }} @endif
{{ Form::file('headerGS_html', array('class' => '', 'id' => 'headerGS_html')) }}
Espere mientras se carga el encabezado genérico del tema
{{ $errors->first('headerGS_html') }} @if(Session::has('ace')) {{ Session::get('ace') }} @endif
{{ Form::file('headerGT_html', array('class' => '', 'id' => 'headerGT_html')) }}
Espere mientras se carga el encabezado genérico del tema
{{ $errors->first('headerGT_html') }} @if(Session::has('ace')) {{ Session::get('ace') }} @endif
{{ Form::file('footerG_html', array('class' => '', 'id' => 'footerG_html')) }}
Espere mientras se carga el pie del tema genérico
{{ $errors->first('footerG_html') }} @if(Session::has('ace')) {{ Session::get('ace') }} @endif
{{ Form::file('imagen', array('class' => '', 'id' => 'imagen')) }}
Espere mientras se carga la imágen
{{ $errors->first('imagen') }}