@extends('dashboard.layout.master') @section('content')
@include('dashboard.layout.navbar')
DASHBOARD LOG LIST
{!! Form::select('actions', $actions, null, array('placeholder' => 'Select Action', 'class' => 'actions form-control select2', 'id'=>'actions')) !!}
{!! Form::select('sections', $sections, null, array('placeholder' => 'Select Section', 'class' => 'sections form-control select2', 'id'=>'sections')) !!}
{{ Form::select('sorting',[ 'id' => 'Log ID'],'id',['class'=>'form-control', 'id'=>'sorting']) }}
{{ Form::select('direction',['asc' => 'ASC', 'desc' => 'DESC'],'desc',['class'=>'form-control', 'id'=>'direction']) }}
{{ Form::select('qty', [10=>10, 25=>25, 50=>50, 100=>100, 500=>500, 1000=>1000], 10,['class'=>'form-control', 'id'=>'qty']) }}
@if(session('error')) @endif @if(session('success')) @endif @endsection @push('ayiscss') @endpush @push('ayisscript') @endpush