Skip to content

Instantly share code, notes, and snippets.

@bran921007
Created May 7, 2015 21:18
Show Gist options
  • Save bran921007/5df47a4af9cb2d89b347 to your computer and use it in GitHub Desktop.
Save bran921007/5df47a4af9cb2d89b347 to your computer and use it in GitHub Desktop.
create.blade.php
@extends('app')
@section('content')
<div class="container">
{!! Form::open(['action' => 'HomeController@store'])!!}
@include('partials.form',['buttonSubmit'=>'Actualizar Articulo'])
{!! Form::close() !!}
</div>
@stop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment