@extends('layouts.app') @section('title', 'Report') @section('content')
{{ Form::select('company', $company, old('company'), ['class' => 'form-control']) }}
{{ Form::select('prod', $prod, old('prod'), ['class' => 'form-control']) }}


@endsection @section('scripts') @endsection @section('ccss') @endsection