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