@extends('layouts.dashboard.main') {{-- content --}} @section('content') {!! Form::open($form) !!} {{-- nav --}} @include('layouts.dashboard.components.application.nav')
{{-- aside --}} @include('layouts.dashboard.components.application.form.aside') {{-- main --}}
{{-- section --}}
{{-- alert --}} {{-- /.alert --}}
{!! Form::number('count', 1, [ 'class' => 'form-control', 'min' => 1, 'max' => 10, 'step' => 1, 'autofocus' => '', ]) !!}
{{-- /.section --}}
{{-- /.main --}}
{{-- btn-fixed --}}
{!! __("lang.button.back") !!}
{{-- /.btn-fixed --}} {!! Form::close() !!} @endsection {{-- css --}} @section('css') @stop {{-- js --}} @section('js') @stop