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

Añadir Lugar.


Datos Nuevos

{!! Form::open(array('route'=>'panel/social/loc/add', 'method'=>'POST', 'files'=>true)) !!}
{!! Form::close() !!}
@stop @section('scripts') {!! Minify::javascript('/js/back/form.js')->withFullUrl() !!} @stop