@extends('layouts.app') @section('title', __('report.location_summary')) @section('content')

{{ __('report.location_summary') }}

@component('components.filters', ['title' => __('report.filters')])
{!! Form::label('location_id', __('purchase.business_location') . ':') !!} {!! Form::select('location_id[]', $business_locations, null, ['class' => 'form-control select2', 'multiple', 'id' => 'location_id']) !!}
{!! Form::label('date_range', __('report.date_range') . ':') !!} {!! Form::text('date_range', null, ['class' => 'form-control', 'id' => 'date_range', 'readonly']) !!}
@endcomponent
@endsection @section('javascript') @endsection