@extends('layouts.app') @section("breadcrumb")
  • @lang('menu.reports')
  • @lang('fleet.driverReport')
  • @endsection @section('content')

    @lang('fleet.driverReport')

    {!! Form::open(['route' => 'reports.drivers','method'=>'post','class'=>'form-inline']) !!}
    {!! Form::label('year', __('fleet.year1'), ['class' => 'form-label']) !!} {!! Form::select('year', $years, $year_select,['class'=>'form-control']); !!}
    {!! Form::label('month', __('fleet.month'), ['class' => 'form-label']) !!} {!! Form::selectMonth('month',$month_select,['class'=>'form-control']); !!}
    {!! Form::close() !!}

    @lang('fleet.monthlyReport')


    @foreach($drivers_by_month as $key=>$val) @endforeach
    @lang('fleet.driver'): @lang('fleet.total')
    {{$key}} {{ Hyvikk::get("currency")}}{{$val}}

    @lang('fleet.yearlyReport')

    @endsection @section('script2') @endsection @section("script") @endsection