@extends('layouts.front') @section('content')

{{ trans('messages.General Report') }}

{!! Form::open(['route' => 'branch.report.getGeneral', 'files' => true, 'id' => 'report-form', 'method' => 'GET']) !!}
{!! Form::select('form_id', $forms, null, [ 'class' => 'form-control select2', 'style' => 'width:100%', 'id' => 'form_id', 'required' => 'required', 'data-placeholder' => trans('messages.Form'), ]) !!}
{!! Form::select('projects[]', $projects, null, [ 'class' => 'form-control select2', 'style' => 'width:100%', 'id' => 'branch_id', 'multiple' => 'multiple', 'required' => 'required', 'data-placeholder' => trans('messages.Project'), ]) !!}


{{--
--}} {{--
--}} {!! Form::Close() !!}
@endsection @section('script') @endsection