File: /var/www/vhost/disk-apps/comfama.sports-crowd.com/resources/views/videos_club/create.blade.php
@extends('modules.head') @section('contenido')
<h3><a class="ruta" class="" href="{{ url('/videos') }}">{{ Lang::get('messages.videos_club.title') }} </a> <span class="separador-ruta">|</span><a class="ruta" class="" href="{{ url('/videos/add') }}">{{ Lang::get('messages.videos_club.add') }} </a> </h3>
<div class="box">
<div class="box-header with-border">
<h3 class="box-title">{{ Lang::get('messages.videos_club.add') }}</h3>
</div>
<div class="box-body">
<form method="POST" id="form_create">
@include('videos_club.form')
@include('layouts.button_add')
</form>
</div>
</div>
@endsection