@extends('layouts.app') @section('title', $title) @section('content')

{{ $title }}

@include('flash::message') {!! Form::open(['url' => route('stats::index'), 'method' => 'GET', 'id' => 'stats-form']) !!}
{!! Form::close() !!}
{!! Form::open(['url' => route('stats::add_promocode'), 'method' => 'POST']) !!}

{!! Form::close() !!}
@lang('labels.identifier') @lang('labels.total_earned') @lang('labels.earned_by_videos') @lang('labels.earned_by_partners') @lang('labels.balance')
@endsection @section('scripts') @endsection