@extends('layouts.web')
@section('page-title', 'Registro de Fotografía')
@section('content')
{!! Form::open(['route' => 'fotos.store', 'files' => true, 'id' => 'miltimedia-form']) !!}
{!! Form::close() !!}
@include('partials.modal')
@stop
@section('scripts')
@include('partials.tinymce')
@include('partials.scripts')
@stop