@extends('layouts.backBase') @section('css') {!! HTML::style('css/back/panel.css') !!} @stop @section('body') {!! HTML::script('js/back/custom.js') !!} @stop @section('content')

Edición de financiador: {{ $funder->getName() }}


Datos Nuevos

{!! Form::open(array('route'=>'panel/social/funders/editPost','method'=>'POST', 'files'=>true)) !!}

Datos anteriores

@stop @section('scripts') {!! Minify::javascript('/js/back/form.js')->withFullUrl() !!} @stop