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


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