@section('title')
Consulta de Stock
@stop
@section('content-header')
Consulta de Stock
@stop
@section('breadcrumb')
Consulta de Stock
@stop
@section('content')
{{-- --}}
-
Localização
{{ Form::select('garageShop', ['' => 'Todas'] + $garageShops->pluck('name', 'id_garage')->toArray(), Request::has('garageShop') ? Request::get('garageShop') : null, ['class' => 'form-control input-sm filter-datatable select2']) }}
@endsection
@section('scripts')
@endsection