@extends('layout.layout') @section('title') Dashboard @endsection @section('css') @endsection @section('content') @component('components.breadcrumb') @slot('title') Stock Taking Worksheets @endslot @slot('li_1') @endslot @endcomponent
{!! HTML::ul($errors->all()) !!} {!! Form::open(array('route' => 'StockTakingReport', 'method'=>'GET','files'=>true)) !!}
{!! Form::Label('warehouse_id', 'Warehouse') !!}
{!! Form::Label('type_id', 'Stock Type') !!}
{!! Form::submit('Submit', array('class' => 'btn btn-sm btn-primary')) !!}
{!! Form::close() !!}
@endsection