@extends('layouts.web')
@section('page-title', 'Edición de Album')
@section('content')
{!! Form::open(['method'=>'PUT','route' => array('albums.update',$album->id), 'files' => true, 'id' => 'documento-form']) !!}
{!! Form::close() !!}
@include('partials.modal')
@stop
@section('scripts')
@include('partials.tinymce')
@include('partials.scripts')
@stop